| | |
| | | { |
| | | "condition": { //模式配置,仅开发期间生效 |
| | | "condition" : { |
| | | //模式配置,仅开发期间生效 |
| | | "current": 0, //当前激活的模式(list 的索引项) |
| | | "list": [] |
| | | }, |
| | |
| | | "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", |
| | | "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", |
| | | "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", |
| | | "fui-(.*)": "@/components/firstui/fui-$1/fui-$1.vue" |
| | | "fui-(.*)" : "@/components/firstui/fui-$1/fui-$1.vue", |
| | | "tem-(.*)" : "@/components/tem/tem-$1.vue" |
| | | } |
| | | }, |
| | | "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
| | | "pages" : [ |
| | | //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
| | | { |
| | | "path" : "pages/default/index", |
| | | "style" : |
| | | { |
| | | "style" : { |
| | | "navigationBarTitleText" : "" |
| | | } |
| | | }, |
| | |
| | | "style": { |
| | | "navigationBarTitleText": "发布招工2/2" |
| | | } |
| | | }, { |
| | | }, |
| | | { |
| | | "path": "pages/release/index", |
| | | "style": { |
| | | "navigationBarTitleText": "发布招工" |
| | |
| | | }, |
| | | { |
| | | "path" : "pages/wallet/index", |
| | | "style" : |
| | | { |
| | | "style" : { |
| | | "navigationBarTitleText" : "钱包" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/mine/mine", |
| | | "style" : { |
| | | "navigationBarTitleText" : "个人信息" |
| | | } |
| | | |
| | | }, |
| | | { |
| | | "path" : "pages/mine/apply", |
| | | "style" : { |
| | | "navigationBarTitleText" : "申请接单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/enterprise/index", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "企业资料" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/enterprise/enterprise", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "企业资料" |
| | | } |
| | | } |
| | | ], |
| | | // "subPackages": [{ |
| | | // "root": "pages/componentsB", |
| | |
| | | "selectedColor": "#303133", |
| | | "backgroundColor": "#FFFFFF", |
| | | "borderStyle": "black", |
| | | "list": [{ |
| | | "list" : [ |
| | | { |
| | | "pagePath": "pages/index/index", |
| | | "iconPath": "static/shouye.png", |
| | | "selectedIconPath": "static/select_shouye.png", |