{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue", "^hx-(.*)": "@/components/hx-$1/hx-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login", "style": { // "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/luntan/luntan", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } } ], "subPackages": [ { "root": "pagesA", "pages": [{ "path": "tel-login", "style": { "navigationBarTitleText": "" } }, { "path": "jianlichange", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "yaoqing", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "userinfo", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "jianli", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "work", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "Project ", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "description", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "teach", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "expectation", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }] }, { "root": "pagesB", "pages": [{ "path": "details", "style": { "navigationBarTitleText": "职位详情", "enablePullDownRefresh": false } }, { "path": "gongsi-info", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }] }, { "root": "pagesC", "pages": [{ "path": "luntan-info", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "my-luntan", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } } ,{ "path" : "quanzi-info", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } } ,{ "path" : "xiaoxi-list", "style" : { "navigationBarTitleText": "消息", "enablePullDownRefresh": false } } ] }, { "root": "pagesD", "pages": [{ "path": "userinfo", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }] } ], "globalStyle": { "navigationBarTextStyle": "black", // "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, "tabBar": { "selectedColor": "#0C66C2", "color": "#818389", "list": [{ "iconPath": "static/images/index.png", "selectedIconPath": "static/images/index1.png", "text": "职位", "pagePath": "pages/index/index" }, { "iconPath": "static/images/luntan.png", "selectedIconPath": "static/images/luntan1.png", "text": "论坛", "pagePath": "pages/luntan/luntan" } ] } }