| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642 |
- {
- "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/login/login", //登录页
- "style": {
- "app-plus": {
- "scrollIndicator": "none", //隐藏滚动条
- "bounce": "none", //关闭反弹效果
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "enablePullDownRefresh": false, //是否开启下拉刷新功能
- "navigationBarTitleText": "首页",
- "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/login/xieyi", //用户协议
- "style": {
- "navigationBarTitleText": "用户协议"
- }
- },
- {
- "path": "pages/login/mimi", //隐私政策
- "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/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/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": "我的"
- }
- ]
- }
- }
|