{ "easycom": { "^u-qrcode": "@/uni_modules/Sansnn-uQRCode/components/uqrcode/uqrcode.vue", "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [{ "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/index/staffIndex", "style": { "navigationStyle": "custom" } }, { "path": "pages/index/operatorIndex", "style": { "navigationStyle": "custom" } },{ "path": "pages/me/index", "style": { "navigationStyle": "custom" } } ], "tabBar": { "custom": true, "color": "#686868", "selectedColor": "#686868", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "/package_sub/static/home.png", "selectedIconPath": "/package_sub/static/home-active.png", "text": "首页" },{ "pagePath": "pages/index/staffIndex", "iconPath": "/package_sub/static/home.png", "selectedIconPath": "/package_sub/static/home-active.png", "text": "工作台" },{ "pagePath": "pages/index/operatorIndex", "iconPath": "/package_sub/static/home.png", "selectedIconPath": "/package_sub/static/home-active.png", "text": "运营" }, { "pagePath": "pages/me/index", "iconPath": "/package_sub/static/user.png", "selectedIconPath": "/package_sub/static/user-active.png", "text": "我的" }] }, "subPackages": [{ "root": "package_sub", "pages": [{ "path": "login/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "order/order", "style": { "navigationBarTitleText": "我的订单" // "navigationStyle": "custom" } }, { "path": "order/orderDetail", "style": { // "navigationBarTitleText": "订单详情" "navigationStyle": "custom" } },{ "path": "order/orderStaffDetail", "style": { // "navigationBarTitleText": "订单详情" "navigationStyle": "custom" } }, { "path": "order/editPrice", "style": { // "navigationBarTitleText": "订单详情" "navigationStyle": "custom" } }, { "path": "order/service", "style": { // "navigationStyle": "custom" } }, { "path": "pages/ServiceList/ServiceList", "style": { // "navigationStyle": "custom" } }, { "path": "pages/ServiceDetail/ServiceDetail", "style": { // "navigationStyle": "custom" } }, { "path": "pages/AddOrder/AddOrder", "style": { // "navigationStyle": "custom" } }, { "path": "pages/AddOrder/editOrder", "style": { // "navigationStyle": "custom" } }, { "path": "order/assignOrder", "style": { "navigationStyle": "custom" } } ] }], "preloadRule": {}, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "医康养-护工端", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } }