| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- // uni-ui 规则如下配置
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
- "^u--(.*)": "uview-ultra/components/u-$1/u-$1.vue",
- "^up-(.*)": "uview-ultra/components/u-$1/u-$1.vue",
- "^u-([^-].*)": "uview-ultra/components/u-$1/u-$1.vue"
- }
- },
- "vue3": true,
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://doc.dcloud.net.cn/uni-app-x/collocation/pagesjson.html
- {
- "path": "pages/homepage/console",
- "style": {
- "navigationBarTitleText": "控制台"
- }
- },
- {
- "path": "pages/myEdit/my",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/order/order",
- "style": {
- "navigationBarTitleText": "订单"
- }
- },
- {
- "path": "pages/account/account",
- "style": {
- "navigationBarTitleText": "账户"
- }
- },
- {
- "path": "pages/homepage/setOrderTime",
- "style": {
- "navigationBarTitleText": "接单时间"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/homepage/serviceProject",
- "style": {
- "navigationBarTitleText": "服务项目"
- }
- },
- {
- "path": "pages/myEdit/myEdit",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- },
- {
- "path": "pages/login/verifyManager",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/login/full-webview-page",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/login/merchantRecuitment",
- "style": {
- "navigationBarTitleText": "商户招募"
- }
- },
- {
- "path": "pages/myEdit/setting",
- "style": {
- "navigationBarTitleText": "设置"
- }
- },
- {
- "path": "pages/order/orderStatisics",
- "style": {
- "navigationBarTitleText": "数据统计"
- }
- },
- {
- "path": "pages/order/appraise",
- "style": {
- "navigationBarTitleText": "客户评价"
- }
- },
- {
- "path": "pages/login/checkMiddle",
- "style": {
- "navigationBarTitleText": "商户招募"
- }
- },
- {
- "path": "pages/order/orderDetail",
- "style": {
- "navigationBarTitleText": "查看订单"
- }
- },
- {
- "path": "pages/account/accountList",
- "style": {
- "navigationBarTitleText": "全部账单"
- }
- },
- {
- "path": "pages/map/map",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/myEdit/terminate",
- "style": {
- "navigationBarTitleText": "解约"
- }
- },
- {
- "path": "pages/myEdit/logout",
- "style": {
- "navigationBarTitleText": "退出登录"
- }
- },
- {
- "path": "pages/myEdit/changePhone",
- "style": {
- "navigationBarTitleText": "修改手机号"
- }
- },
- {
- "path": "pages/myEdit/sign",
- "style": {
- "navigationBarTitleText": "签约"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "小丁到家--上门按摩",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "selectedColor": "#000000",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/homepage/console",
- "iconPath": "static/iconInfo/noactive/homepage.png",
- "selectedIconPath": "static/iconInfo/active/homepage.png",
- "text": "控制台"
- }, {
- "pagePath": "pages/order/order",
- "iconPath": "static/iconInfo/noactive/order.png",
- "selectedIconPath": "static/iconInfo/active/order.png",
- "text": "订单"
- }, {
- "pagePath": "pages/account/account",
- "iconPath": "static/iconInfo/noactive/account.png",
- "selectedIconPath": "static/iconInfo/active/account.png",
- "text": "账户"
- },
- {
- "pagePath": "pages/myEdit/my",
- "iconPath": "static/iconInfo/noactive/myhome.png",
- "selectedIconPath": "static/iconInfo/active/myhome.png",
- "text": "我的"
- }
- ]
- },
- "uniIdRouter": {}
- }
|