{ "easycom": { "autoscan": true, "custom": { "^s-(.*)": "@/sheep/components/s-$1/s-$1.vue", "^su-(.*)": "@/sheep/ui/su-$1/su-$1.vue", "fui-(.*)": "@/firstui/firstui/fui-$1/fui-$1.vue" } }, "pages": [ { "path": "pages/subpackages/mapnvue", "style": { "navigationBarTitleText": "首页" }, "component": true, "usingComponents": {} }, { "path": "pages/subpackages/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/subpackages/my", "style": { "navigationBarTitleText": "我的" } } ], "subPackages": [{ "root": "pages/public", "pages": [{ "path": "richtext", "style": { "navigationBarTitleText": "静态资料页面", "enablePullDownRefresh": true } }] }, { "root": "pages/pay", "pages": [{ "path": "recharge", "style": { "navigationBarTitleText": "充值页面", "enablePullDownRefresh": true } }, { "path": "index", "style": { "navigationBarTitleText": "pay主页", "enablePullDownRefresh": true } }, { "path": "result", "style": { "navigationBarTitleText": "支付结果页面", "enablePullDownRefresh": true } } ] }, { "root": "pages/index", "pages": [{ "path": "authentication", "style": { "navigationBarTitleText": "实名" } }, { "path": "immediately", "style": { "navigationBarTitleText": "认证完成" } }, { "path": "phone", "style": { "navigationBarTitleText": "手机登录" } } ] }, { "root": "pages/home", "pages": [{ "path": "guide/index", "style": { "navigationBarTitleText": "如何开锁", "enablePullDownRefresh": true } }, { "path": "account/payvip", "style": { "navigationBarTitleText": "vip购买" } }, { "path": "account/package", "style": { "navigationBarTitleText": "充值" } }, { "path": "wallet/exchange", "style": { "navigationBarTitleText": "输入优惠码" } }, { "path": "wallet/index", "style": { "navigationBarTitleText": "我的钱包" } }, { "path": "mytrip/order", "style": { "navigationBarTitleText": "我的行程" } }, { "path": "mytrip/tripmain", "style": { "navigationBarTitleText": "行程轨迹" } }, { "path": "personinfo", "style": { "navigationBarTitleText": "个人信息" } }, { "path": "emergent/roast", "style": { "navigationBarTitleText": "车辆损坏上报" } }, { "path": "detail/index", "style": { "navigationBarTitleText": "余额明细", "enablePullDownRefresh": true } }, { "path": "updatepassword", "style": { "navigationBarTitleText": "修改密码" } }, { "path": "signature", "style": { "navigationBarTitleText": "签名" } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "芋道商城", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF", "navigationStyle": "custom", "app-plus": { "titleNView": false } }, "tabBar": { "borderStyle": "white", "backgroundColor": "#e6eafa", "color": "#000", "selectedColor": "#1296db", "list": [{ "pagePath": "pages/subpackages/mapnvue", "text": "首页", "iconPath": "static/images/home.png", "selectedIconPath": "static/images/home_active.png" }, { "pagePath": "pages/subpackages/my", "text": "我的", "iconPath": "static/images/my.png", "selectedIconPath": "static/images/my_active.png" } ] // "midButton": { // "width": "50px", // "height": "50px", // // "text": "文字", // "iconPath": "static/images/scan.png", // "iconWidth": "30px", // "backgroundImage": "static/image/scan_bg.png" // } } }