{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "设备租赁", "navigationStyle": "custom" } }, { "path": "pages/login/login", "style": { "navigationStyle": "custom" } }, { "path": "pages/lease/lease", "style": { "navigationBarTitleText": "租赁申请", "navigationStyle": "custom" } }, { "path": "pages/profile/profile", "style": { "navigationBarTitleText": "个人中心", "navigationStyle": "custom" } }, { "path": "pages/set/set", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/requestWithdrawal/requestWithdrawal", "style": { "navigationBarTitleText": "申请提现" } }, { "path": "pages/useList/useList", "style": { "navigationBarTitleText": "用户列表" } }, { "path": "pages/securityVerification/securityVerification", "style": { "navigationBarTitleText": "安全验证" } }, { "path": "pages/changePhone/changePhone", "style": { "navigationBarTitleText": "更换手机号" } }, { "path": "pages/changePhone/changePhoneNext", "style": { "navigationBarTitleText": "" } }, { "path": "pages/agents/agents", "style": { "navigationStyle": "custom" } }, { "path": "pages/agents/requestAgent", "style": { "navigationStyle": "custom" } }, { "path": "pages/cashFlow/cashFlow", "style": { "navigationStyle": "custom" } }, { "path": "pages/announcementList/announcementList", "style": { "navigationBarTitleText": "公告列表" } }, { "path": "pages/announcementList/announcementDetail", "style": { "navigationBarTitleText": "公告详细" } }, { "path": "pages/image-upload/image-upload", "style": { "navigationBarTitleText": "图片上传" } }, { "path": "pages/myOrder/myOrder", "style": { "navigationBarTitleText": "订单列表" } }, { "path": "pages/myOrder/orderDetail", "style": { "navigationBarTitleText": "订单详细" } }, { "path": "pages/test/test", "style": { "navigationBarTitleText": "test" } }, { "path": "pages/realNameAuthentication/realNameAuthentication", "style": { "navigationStyle": "custom" } }, { "path": "pages/InstallationAgreement/InstallationAgreement", "style": { "navigationBarTitleText": "签署安装协议" } }, { "path": "pages/signature/signature", "style": { "navigationBarTitleText": "请横屏签名" } }, { "path" : "pages/partnerProtocol/partnerProtocol", "style" : { "navigationBarTitleText" : "签订代理商协议" } } ], "subPackages": [ { "root": "page_user", "pages": [ { "path": "luru/index", "style": { "navigationBarTitleText": "添加设备", "enablePullDownRefresh": false } }, { "path": "luru/controlDevice", "style": { "navigationBarTitleText": "设备控制", "enablePullDownRefresh": false } }, { "path": "luru/bind_mac", "style": { "navigationBarTitleText": "添加设备", "enablePullDownRefresh": false } }, { "path": "facialRecognition/facialRecognition", "style": { "navigationBarTitleText": "" } } ] } ], "tabBar": { "color": "#999999", "selectedColor": "#ff6b6b", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/icons/home.png", "selectedIconPath": "static/icons/home-active.png" }, { "pagePath": "pages/lease/lease", "text": "申请租赁", "iconPath": "static/icons/rent.png", "selectedIconPath": "static/icons/rent-active.png" }, { "pagePath": "pages/profile/profile", "text": "个人中心", "iconPath": "static/icons/profile.png", "selectedIconPath": "static/icons/profile-active.png" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "设备租赁", "navigationBarBackgroundColor": "#fff" }, "uniIdRouter": {}, "mp-weixin": { "requiredPrivateInfos": [ "getLocation" ] }, "easycom": { "autoscan": true, "custom": { "^custom-nav-bar": "@/components/custom-nav-bar/custom-nav-bar.vue", "^uni-(.*)": "@/uni_modules/uni-$1/components/uni-$1/uni-$1.vue", "^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue" } } }