123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- {
- "easycom": {
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "爱就业咨询服务平台",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "components/u-avatar-cropper/u-avatar-cropper",
- "style": {
- "navigationBarTitleText": "图片裁剪",
- "navigationBarBackgroundColor": "#000000"
- }
- },
- {
- "path": "pages/statement/index/index",
- "style": {
- "navigationBarTitleText": "结算广场"
- }
- },
- {
- "path": "pages/statement/packages/index",
- "style": {
- "navigationBarTitleText": "结算广场",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/login",
- "style": {
- "navigationBarTitleText": "用户登录",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/statement/auth/index",
- "style": {
- "navigationBarTitleText": "实名认证",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/statement/company/index",
- "style": {
- "navigationBarTitleText": "关联企业",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/statement/company/search",
- "style": {
- "navigationBarTitleText": "搜索企业",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/user/info",
- "style": {
- "navigationBarTitleText": "个人信息",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/job/full_time",
- "style": {
- "navigationBarTitleText": "找工作",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/job/part_time",
- "style": {
- "navigationBarTitleText": "兼职零工",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/serve/index",
- "style": {
- "navigationBarTitleText": "更多服务",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/job/detail",
- "style": {
- "navigationBarTitleText": "工作详情"
- }
- },
- {
- "path": "pages/job/company",
- "style": {
- "navigationBarTitleText": "公司信息"
- }
- },
- {
- "path": "pages/other/webview",
- "style": {
- "navigationBarTitleText": "政策资讯"
- }
- },
- {
- "path": "pages/user/switch",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/user/resume/index",
- "style": {
- "navigationBarTitleText": "我的简历"
- }
- },
- {
- "path": "pages/user/resume/edit",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- },
- {
- "path": "pages/job/position/classification",
- "style": {
- "navigationBarTitleText": "选择职位"
- }
- },
- {
- "path": "pages/job/position/city",
- "style": {
- "navigationBarTitleText": "选择城市"
- }
- },
- {
- "path": "pages/user/enterprise/index",
- "style": {
- "navigationBarTitleText": "企业认证"
- }
- },
- {
- "path": "pages/job/position/manage/list",
- "style": {
- "navigationBarTitleText": "职位管理"
- }
- },
- {
- "path": "pages/job/position/manage/push",
- "style": {
- "navigationBarTitleText": "职位发布"
- }
- },
- {
- "path": "pages/news/index",
- "style": {
- "navigationBarTitleText": "新闻资讯"
- }
- },
- {
- "path": "pages/news/detail",
- "style": {
- "navigationBarTitleText": "新闻详情"
- }
- },
- {
- "path": "pages/job/list",
- "style": {
- "navigationBarTitleText": "全职",
- "enablePullDownRefresh": true
- }
- }
- ],
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#4581fb",
- "borderStyle": "black",
- "backgroundColor": "#F8F8F8",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tab/sy.png",
- "selectedIconPath": "static/tab/sy_s.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/serve/index",
- "iconPath": "static/tab/serve.png",
- "selectedIconPath": "static/tab/serve_s.png",
- "text": "更多服务"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "static/tab/my.png",
- "selectedIconPath": "static/tab/my_s.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "爱就业咨询服务平台",
- "navigationBarBackgroundColor": "#f1f1f1"
- }
- }
|