{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "lazyCodeLoading": "requiredComponents", "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black", "navigationStyle": "custom" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/my", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } } ], "subPackages": [{ "root": "page_user", // 分包A的根目录 "pages": [ { "path": "upload", "style": { "navigationBarTitleText": "上传", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path" : "carSelection", "style" : { "navigationBarTitleText": "上传", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path" : "carStore", "style" : { "navigationBarTitleText": "上传", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path" : "mapSele", "style" : { "navigationBarTitleText": "上传", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path" : "idTest", "style" : { "navigationBarTitleText": "上传", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path" : "ordder", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path" : "user_order", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path" : "carInfo", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path" : "renewCar", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path" : "StoreManagement", "style" : { "navigationBarTitleText" : "" } } // ... 分包A的其他页面 ] } ], // "tabBar": { // "custom": true, // "color": "#a9b7b7", // "selectedColor": "#5185fd", // "borderStyle": "white", // "backgroundColor": "#ffffff", // "list": [{ // "selectedIconPath": "/static/tabbar/home-active.png", // "iconPath": "/static/tabbar/home.png", // "pagePath": "pages/index/index", // "text": "首页" // }, // { // "selectedIconPath": "/static/tabbar/tj-active.png", // "iconPath": "/static/tabbar/tj.png", // "pagePath": "pages/tj", // "text": "统计" // }, { // "selectedIconPath": "/static/tabbar/my-active.png", // "iconPath": "/static/tabbar/my.png", // "pagePath": "pages/my", // "text": "我的" // } // ] // }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }