|
|
@@ -1,627 +1,635 @@
|
|
|
{
|
|
|
- "easycom": {
|
|
|
- "^uni-(.*)": "@/components/uni-$1/uni-$1.vue", // 匹配components目录内的vue文件
|
|
|
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
- },
|
|
|
- "pages": [
|
|
|
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
- {
|
|
|
- "path": "pages/index/index",
|
|
|
- "style": {
|
|
|
- "enablePullDownRefresh": false, //是否开启下拉刷新功能
|
|
|
- "navigationBarTitleText": "首页",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/login/login", //登录页
|
|
|
- "style": {
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/login/forgotPassword", //登录页
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "忘记密码",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/login/bindPhoneNumber", //登录页
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "绑定手机号",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/login/smsCode", //登录页
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "短信验证码",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
+ "easycom": {
|
|
|
+ "^uni-(.*)": "@/components/uni-$1/uni-$1.vue", // 匹配components目录内的vue文件
|
|
|
+ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
+ },
|
|
|
+ "pages": [
|
|
|
+ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
+ {
|
|
|
+ "path": "pages/index/index",
|
|
|
+ "style": {
|
|
|
+ "enablePullDownRefresh": false, //是否开启下拉刷新功能
|
|
|
+ "navigationBarTitleText": "首页",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/login/login", //登录页
|
|
|
+ "style": {
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/login/forgotPassword", //登录页
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "忘记密码",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/login/bindPhoneNumber", //登录页
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "绑定手机号",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/login/smsCode", //登录页
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "短信验证码",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
|
|
|
- {
|
|
|
- "path": "pages/message/message",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "消息",
|
|
|
- "onReachBottomDistance": 100
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/orders/orders",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "订单",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/orders/orders1",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "订单",
|
|
|
- "onReachBottomDistance": 50,
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/my/my",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/quote/quoteInfo",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "完善报价信息",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/quote/selectInsuranceCompany",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "投保车型",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/quote/premiumCalc",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "保费计算",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/quote/premiumCalc1",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "保费计算",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/quote/chooseOption",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "选择方案"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/quote/chooseOption1",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "报价方案",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/quote/selectDriving",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "选择驾意险",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/quote/manualUnderwritingPage",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "核保转人工过渡页",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- //权益
|
|
|
- {
|
|
|
- "path": "pages/reward/customerBenefit",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "客户权益",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/reward/benefitPackage",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "权益套餐",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/reward/locationFilter",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "位置筛选",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/set/set",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "设置"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- //账号与安全
|
|
|
- "path": "pages/set/accountSet",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "设置"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/set/aboutSet",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "关于晋掌柜"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/set/linkedAccountSet",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "第三方账号"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/my/userInfo",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "个人信息"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/my/realNameAuth",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "实名认证" //实名认证
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/my/authStatusPage",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "实名认证" //认证状态页
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/registr/h5Registr",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "邀请你加入", //h5注册页
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/registr/appPromoPage",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "邀请你加入" //h5宣传页
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/wallet/myWallet",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的钱包"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/wallet/incomeExpenseRecord",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "收支记录"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/wallet/billDetails",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "账单详情"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/wallet/addBankCard",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的银行卡"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/wallet/bankCardDetails",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "银行卡详情"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/wallet/withdrawal",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "提现"
|
|
|
- }
|
|
|
- },
|
|
|
+ {
|
|
|
+ "path": "pages/message/message",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "消息",
|
|
|
+ "onReachBottomDistance": 100
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/orders/orders",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/orders/orders1",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单",
|
|
|
+ "onReachBottomDistance": 50,
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/my/my",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quote/quoteInfo",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "完善报价信息",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quote/selectInsuranceCompany",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "投保车型",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quote/premiumCalc",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "保费计算",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quote/premiumCalc1",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "保费计算",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quote/chooseOption",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "选择方案"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quote/chooseOption1",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "报价方案",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quote/selectDriving",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "选择驾意险",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quote/manualUnderwritingPage",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "核保转人工过渡页",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ //权益
|
|
|
+ {
|
|
|
+ "path": "pages/reward/customerBenefit",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "客户权益",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/reward/benefitPackage",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "权益套餐",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/reward/benefitSingleItem",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "权益单品",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/reward/locationFilter",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "详情页",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none" //隐藏滚动条
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/set/set",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "设置"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ //账号与安全
|
|
|
+ "path": "pages/set/accountSet",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "设置"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/set/aboutSet",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "关于晋掌柜"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/set/linkedAccountSet",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "第三方账号"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/my/userInfo",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "个人信息"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/my/realNameAuth",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "实名认证" //实名认证
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/my/authStatusPage",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "实名认证" //认证状态页
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/registr/h5Registr",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "邀请你加入", //h5注册页
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/registr/appPromoPage",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "邀请你加入" //h5宣传页
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/wallet/myWallet",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的钱包"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/wallet/incomeExpenseRecord",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "收支记录"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/wallet/billDetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "账单详情"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/wallet/addBankCard",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的银行卡"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/wallet/bankCardDetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "银行卡详情"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/wallet/withdrawal",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "提现"
|
|
|
+ }
|
|
|
+ },
|
|
|
|
|
|
- {
|
|
|
- "path": "pages/my/identityInfo",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "身份信息" //身份信息
|
|
|
- }
|
|
|
- },
|
|
|
+ {
|
|
|
+ "path": "pages/my/identityInfo",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "身份信息" //身份信息
|
|
|
+ }
|
|
|
+ },
|
|
|
|
|
|
- {
|
|
|
- "path": "pages/my/replacePhone",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "更换手机号" //实名信息
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/my/changePhoneNumber",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "更换手机号" //实名信息
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/my/passwordValidation",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "密码校验" //实名信息
|
|
|
- }
|
|
|
- },
|
|
|
+ {
|
|
|
+ "path": "pages/my/replacePhone",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "更换手机号" //实名信息
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/my/changePhoneNumber",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "更换手机号" //实名信息
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/my/passwordValidation",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "密码校验" //实名信息
|
|
|
+ }
|
|
|
+ },
|
|
|
|
|
|
- {
|
|
|
- "path": "pages/set/resetPassword",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "重置密码"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/set/accountCancellation",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "注销账号"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/tool/distributionCenter",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "分销中心"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/tool/distributeTeam",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "分销团队"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/tool/distributorDetails",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "分销员详情"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/tool/distributionOrders",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "分销订单"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/tool/helpAndSupport",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "帮助与客服"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/tool/selfReport",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "自助报案"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/tool/invitationCode",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "邀请码"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/tool/poster",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "海报管理"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/my/idPhoto",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "证件照片"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/my/businessLicense",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "展业资格证"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/set/logoutAgreement",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "注销协议"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/tool/poster",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "注销协议"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/my/avatarCropper",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "裁剪",
|
|
|
- "app-plus": {
|
|
|
- "titleNView": false,
|
|
|
- "scrollIndicator": "none",
|
|
|
- "bounce": "none"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/quote/ePolicy",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "电子保单",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/quote/quoteDetail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "订单详情页",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/quote/imageGalleryPage",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "影像资料",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/quote/specialAgreementPage",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "特别约定",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/quote/quotation",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "报价单",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/quote/paymentCode",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "付款码",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/quote/queryVehicleModel",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "车型列表",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/quote/quoteRecords",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "报价记录",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/quote/quoteRecordSearch",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "报价记录搜索页",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/quote/quoteRecordDetail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "报价记录搜索页",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none", //隐藏滚动条
|
|
|
- "bounce": "none", //关闭反弹效果
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/chat/chat",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "掌柜在线客服",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none",
|
|
|
- "bounce": "none"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/orders/orderSearch",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "订单搜索页",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none",
|
|
|
- "bounce": "none",
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/lottery/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "抽奖",
|
|
|
- "app-plus": {
|
|
|
- "scrollIndicator": "none",
|
|
|
- "bounce": "none",
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- ],
|
|
|
- "globalStyle": {
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationBarTitleText": "晋掌柜",
|
|
|
- "navigationBarBackgroundColor": "#fff",
|
|
|
- // "navigationStyle": "custom",
|
|
|
- "backgroundColor": "#FFFFFF",
|
|
|
- "rpxCalcMaxDeviceWidth": 0,
|
|
|
- // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
|
|
|
- "rpxCalcBaseDeviceWidth": 375,
|
|
|
- "rpxCalcIncludeWidth": 750,
|
|
|
- "pageOrientation": "portrait"
|
|
|
- },
|
|
|
- "tabBar": {
|
|
|
- "color": "#666",
|
|
|
- "selectedColor": "#333",
|
|
|
- "borderStyle": "white",
|
|
|
- "backgroundColor": "#fdfcf4",
|
|
|
- "list": [
|
|
|
- {
|
|
|
- "pagePath": "pages/index/index",
|
|
|
- "iconPath": "static/icon/tab/icon_index.png",
|
|
|
- "selectedIconPath": "/static/icon/tab/icon_index_c.png",
|
|
|
- "text": "首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/orders/orders1",
|
|
|
- "iconPath": "static/icon/tab/icon_orders.png",
|
|
|
- "selectedIconPath": "/static/icon/tab/icon_orders_c.png",
|
|
|
- "text": "订单"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/message/message",
|
|
|
- "iconPath": "/static/icon/tab/icon_message.png",
|
|
|
- "selectedIconPath": "/static/icon/tab/icon_message_c.png",
|
|
|
- "text": "消息"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/my/my",
|
|
|
- "iconPath": "static/icon/tab/icon_my.png",
|
|
|
- "selectedIconPath": "/static/icon/tab/icon_my_c.png",
|
|
|
- "text": "我的"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
-}
|
|
|
+ {
|
|
|
+ "path": "pages/set/resetPassword",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "重置密码"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/set/accountCancellation",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "注销账号"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/tool/distributionCenter",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "分销中心"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/tool/distributeTeam",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "分销团队"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/tool/distributorDetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "分销员详情"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/tool/distributionOrders",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "分销订单"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/tool/helpAndSupport",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "帮助与客服"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/tool/selfReport",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "自助报案"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/tool/invitationCode",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "邀请码"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/tool/poster",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "海报管理"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/my/idPhoto",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "证件照片"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/my/businessLicense",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "展业资格证"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/set/logoutAgreement",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "注销协议"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/tool/poster",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "注销协议"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/my/avatarCropper",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "裁剪",
|
|
|
+ "app-plus": {
|
|
|
+ "titleNView": false,
|
|
|
+ "scrollIndicator": "none",
|
|
|
+ "bounce": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quote/ePolicy",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "电子保单",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quote/quoteDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单详情页",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quote/imageGalleryPage",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "影像资料",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quote/specialAgreementPage",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "特别约定",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quote/quotation",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "报价单",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quote/paymentCode",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "付款码",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quote/queryVehicleModel",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "车型列表",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quote/quoteRecords",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "报价记录",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quote/quoteRecordSearch",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "报价记录搜索页",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quote/quoteRecordDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "报价记录搜索页",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none", //隐藏滚动条
|
|
|
+ "bounce": "none", //关闭反弹效果
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/chat/chat",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "掌柜在线客服",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none",
|
|
|
+ "bounce": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/orders/orderSearch",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单搜索页",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none",
|
|
|
+ "bounce": "none",
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/lottery/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "抽奖",
|
|
|
+ "app-plus": {
|
|
|
+ "scrollIndicator": "none",
|
|
|
+ "bounce": "none",
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "globalStyle": {
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "晋掌柜",
|
|
|
+ "navigationBarBackgroundColor": "#fff",
|
|
|
+ // "navigationStyle": "custom",
|
|
|
+ "backgroundColor": "#FFFFFF",
|
|
|
+ "rpxCalcMaxDeviceWidth": 0,
|
|
|
+ // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
|
|
|
+ "rpxCalcBaseDeviceWidth": 375,
|
|
|
+ "rpxCalcIncludeWidth": 750,
|
|
|
+ "pageOrientation": "portrait"
|
|
|
+ },
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#666",
|
|
|
+ "selectedColor": "#333",
|
|
|
+ "borderStyle": "white",
|
|
|
+ "backgroundColor": "#fdfcf4",
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "iconPath": "static/icon/tab/icon_index.png",
|
|
|
+ "selectedIconPath": "/static/icon/tab/icon_index_c.png",
|
|
|
+ "text": "首页"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/orders/orders1",
|
|
|
+ "iconPath": "static/icon/tab/icon_orders.png",
|
|
|
+ "selectedIconPath": "/static/icon/tab/icon_orders_c.png",
|
|
|
+ "text": "订单"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/message/message",
|
|
|
+ "iconPath": "/static/icon/tab/icon_message.png",
|
|
|
+ "selectedIconPath": "/static/icon/tab/icon_message_c.png",
|
|
|
+ "text": "消息"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/my/my",
|
|
|
+ "iconPath": "static/icon/tab/icon_my.png",
|
|
|
+ "selectedIconPath": "/static/icon/tab/icon_my_c.png",
|
|
|
+ "text": "我的"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+}
|