| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
- }
- },
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/service/all/index",
- "style": {
- "navigationBarTitleText": "全部服务"
- }
- },
- {
- "path": "pages/order/list/index",
- "style": {
- "navigationBarTitleText": "订单列表"
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/service/detail/index",
- "style": {
- "navigationBarTitleText": "服务详情"
- }
- },
- {
- "path": "pages/service/review/index",
- "style": {
- "navigationBarTitleText": "全部评价"
- }
- },
- {
- "path": "pages/order/apply/index",
- "style": {
- "navigationBarTitleText": "订单申请"
- }
- },
- {
- "path": "pages/order/detail/index",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/store/apply/index",
- "style": {
- "navigationBarTitleText": "商家入驻"
- }
- },
- {
- "path": "pages/my/pet/list/index",
- "style": {
- "navigationBarTitleText": "宠物档案"
- }
- },
- {
- "path": "pages/my/pet/edit/index",
- "style": {
- "navigationBarTitleText": "编辑宠物"
- }
- },
- {
- "path": "pages/my/pet/add/index",
- "style": {
- "navigationBarTitleText": "新增宠物"
- }
- },
- {
- "path": "pages/my/pet/detail/index",
- "style": {
- "navigationBarTitleText": "宠物详情"
- }
- },
- {
- "path": "pages/my/user/list/index",
- "style": {
- "navigationBarTitleText": "用户管理"
- }
- },
- {
- "path": "pages/my/user/edit/index",
- "style": {
- "navigationBarTitleText": "编辑用户"
- }
- },
- {
- "path": "pages/my/user/add/index",
- "style": {
- "navigationBarTitleText": "新增用户"
- }
- },
- {
- "path": "pages/my/user/detail/index",
- "style": {
- "navigationBarTitleText": "用户详情"
- }
- },
- {
- "path": "pages/my/review/list/index",
- "style": {
- "navigationBarTitleText": "我的评价"
- }
- },
- {
- "path": "pages/my/agreement/list/index",
- "style": {
- "navigationBarTitleText": "协议中心"
- }
- },
- {
- "path": "pages/my/agreement/detail/index",
- "style": {
- "navigationBarTitleText": "协议详情"
- }
- },
- {
- "path": "pages/my/settings/index",
- "style": {
- "navigationBarTitleText": "设置"
- }
- },
- {
- "path": "pages/my/settings/account-delete/index",
- "style": {
- "navigationBarTitleText": "账号注销"
- }
- },
- {
- "path": "pages/my/settings/change-password/index",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },
- {
- "path": "pages/my/complaint/list/index",
- "style": {
- "navigationBarTitleText": "投诉管理"
- }
- },
- {
- "path": "pages/my/complaint/submit/index",
- "style": {
- "navigationBarTitleText": "提交投诉"
- }
- },
- {
- "path": "pages/my/fee/statistics/index",
- "style": {
- "navigationBarTitleText": "服务费统计"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "宠物服务商家端",
- "navigationBarBackgroundColor": "#f7ca3e",
- "backgroundColor": "#f2f2f2",
- "app-plus": {
- "background": "#f2f2f2"
- }
- }
- }
|