| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- {
- "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": "全部服务",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/list/index",
- "style": {
- "navigationBarTitleText": "订单列表",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/service/detail/index",
- "style": {
- "navigationBarTitleText": "服务详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/service/review/index",
- "style": {
- "navigationBarTitleText": "全部评价",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/apply/index",
- "style": {
- "navigationBarTitleText": "订单申请",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/detail/index",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/store/apply/index",
- "style": {
- "navigationBarTitleText": "商家入驻",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/pet/list/index",
- "style": {
- "navigationBarTitleText": "宠物档案",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/pet/edit/index",
- "style": {
- "navigationBarTitleText": "编辑宠物",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/pet/add/index",
- "style": {
- "navigationBarTitleText": "新增宠物",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/pet/detail/index",
- "style": {
- "navigationBarTitleText": "宠物详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/user/list/index",
- "style": {
- "navigationBarTitleText": "用户管理",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/user/edit/index",
- "style": {
- "navigationBarTitleText": "编辑用户",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/user/add/index",
- "style": {
- "navigationBarTitleText": "新增用户",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/user/detail/index",
- "style": {
- "navigationBarTitleText": "用户详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/review/list/index",
- "style": {
- "navigationBarTitleText": "我的评价",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/agreement/list/index",
- "style": {
- "navigationBarTitleText": "协议中心",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/agreement/detail/index",
- "style": {
- "navigationBarTitleText": "协议详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/settings/index",
- "style": {
- "navigationBarTitleText": "设置",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/settings/profile/index",
- "style": {
- "navigationBarTitleText": "个人信息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/settings/account-delete/index",
- "style": {
- "navigationBarTitleText": "账号注销",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/settings/change-password/index",
- "style": {
- "navigationBarTitleText": "修改密码",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/complaint/list/index",
- "style": {
- "navigationBarTitleText": "投诉管理",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/complaint/submit/index",
- "style": {
- "navigationBarTitleText": "提交投诉",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/fee/statistics/index",
- "style": {
- "navigationBarTitleText": "服务费统计",
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "宠物服务商家端",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#f2f2f2",
- "app-plus": {
- "background": "#f2f2f2"
- }
- }
- }
|