{ "pages": [{ "path": "pages/auth/auth", "name": "Auth", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/auth/role", "name": "AuthRole", "style": { "navigationBarTitleText": "角色创建", "navigationBarBackgroundColor": "#FFF", "app-plus": { "titleNView": { "buttons": [{ "text": "退出登录", "fontSize": "14", "width": "80px", "color": "#fdbc01" }] } } } },{ "path": "pages/life/life", "name": "Life", "style": { "navigationBarTitleText": "共力人生", "navigationStyle": "custom" } }, { "path": "pages/store/index", "name": "Store", "style": { "navigationBarTitleText": "DT商城", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "backgroundColor": "#FFFFFF", "buttons": [{ "float": "right", "text": "\ue603", "fontSrc": "/static/iconfont.ttf", "color": "#000", "fontSize": "20px" }] } } } }, { "path": "pages/user/index", "name": "User", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } }, { "path": "pages/setting/setting", "name": "Setting", "style": { "navigationBarTitleText": "设置中心", "navigationBarBackgroundColor": "#34CE98", "navigationBarTextStyle": "white" } }, { "path": "pages/store/goods", "name": "StoreGoods", "style": { "navigationStyle": "custom", "navigationBarTitleText": "详情", "app-plus": { "titleNView": { "backgroundColor": "#FFFFFF", "type": "transparent" } } } }, { "path": "pages/store/buy", "name": "StoreBuy", "style": { "navigationBarTitleText": "确认订单", "enablePullDownRefresh": false } }, { "path": "pages/order/index", "name": "Order", "style": { "navigationBarTitleText": "订单", "navigationBarBackgroundColor": "#FFFFFF", "enablePullDownRefresh": false } }, { "path": "pages/order/details", "name": "OrderDetails", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false } }, { "path": "pages/address/index", "name": "Address", "style": { "navigationBarTitleText": "收货地址" } }, { "path": "pages/address/edit", "name": "AddressEdit", "style": { "navigationBarTitleText": "编辑", "enablePullDownRefresh": false } }, { "path": "pages/pay/pay", "name": "Pay", "style": { "navigationBarTitleText": "收银台", "navigationBarBackgroundColor": "#FFFFFF" } }, { "path": "pages/store/list", "name": "StoreList", "style": { "navigationBarTitleText": "商品", "navigationBarBackgroundColor": "#FFFFFF", "enablePullDownRefresh": true } }, { "path": "pages/store/meals", "name": "StoreMeals", "style": { "navigationBarTitleText": "套餐", "navigationBarBackgroundColor": "#FFFFFF", "enablePullDownRefresh": true } }, { "path": "pages/sign/index", "name": "signIndex", "style": { "navigationBarTitleText": "每日打卡", "navigationBarBackgroundColor": "#FFFFFF" } }, { "path": "pages/notice/index", "name": "noticeIndex", "style": { "navigationBarTitleText": "消息", "navigationBarBackgroundColor": "#FFFFFF" } }, { "path": "pages/notice/list", "name": "noticeList", "style": { "navigationBarTitleText": "消息", "navigationBarBackgroundColor": "#FFFFFF" } }, { "path": "pages/notice/details", "name": "noticeDetails", "style": { "navigationBarTitleText": "消息", "navigationBarBackgroundColor": "#FFFFFF" } }, { "path": "pages/wallet/add", "name": "WalletAdd", "style": { "navigationBarTitleText": "创建钱包", "navigationBarBackgroundColor": "#FFFFFF", "enablePullDownRefresh": false } }, { "path": "pages/wallet/create", "name": "WalletCreate", "style": { "navigationBarTitleText": "设置密码", "navigationBarBackgroundColor": "#FFFFFF", "enablePullDownRefresh": false } }, { "path": "pages/wallet/mnemonic", "name": "WalletMnemonic", "style": { "navigationBarTitleText": "导出助记词", "navigationBarBackgroundColor": "#FFFFFF", "enablePullDownRefresh": false } }, { "path": "pages/wallet/validation", "name": "WalletValidation", "style": { "navigationBarTitleText": "验证助记词", "navigationBarBackgroundColor": "#FFFFFF", "enablePullDownRefresh": false } }, { "path": "pages/wallet/property", "name": "WalletProperty", "style": { "navigationBarTitleText": "ZH钱包", "navigationBarTextStyle": "white", "app-plus": { "titleNView": { "backgroundImage": "linear-gradient(to right, #34ce98, #22aa98)", "type": "transparent", "buttons": [{ "float": "right", "text": "\ue607", "fontSrc": "/static/iconfont.ttf", "color": "#FFF", "fontSize": "20px", "background": "rgba(0,0,0,0)" }], "backButton": { "background": "rgba(0,0,0,0)" } } } } }, { "path": "pages/wallet/privatekey", "name": "WalletPrivatekey", "style": { "navigationBarTitleText": "钱包私钥", "navigationBarBackgroundColor": "#FFFFFF", "enablePullDownRefresh": false } }, { "path": "pages/wallet/resetPassword", "name": "ResetPassword", "style": { "navigationBarTitleText": "修改钱包密码", "navigationBarBackgroundColor": "#FFFFFF", "enablePullDownRefresh": false } }, { "path": "pages/store/search", "name": "StoreSearch", "style": { "navigationBarTitleText": "搜索", "navigationBarBackgroundColor": "#FFFFFF" } } ], "tabBar": { "borderStyle": "white", "selectedColor": "#34CE98", "list": [{ "iconPath": "static/tabBar/tabBar_02.png", "selectedIconPath": "static/tabBar/tabBar_show_02.png", "pagePath": "pages/life/life", "text": "共力人生" }, { "iconPath": "static/tabBar/tabBar_02.png", "selectedIconPath": "static/tabBar/tabBar_show_02.png", "pagePath": "pages/store/index", "text": "DT商城" }, { "iconPath": "static/tabBar/tabBar_03.png", "selectedIconPath": "static/tabBar/tabBar_show_03.png", "pagePath": "pages/user/index", "text": "我的" }] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "ZH健康", "navigationBarBackgroundColor": "#F3F6FB", "backgroundColorTop": "#F3F6FB", "backgroundColorBottom": "#F3F6FB" }, "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" } }