| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- // {
- // "path": "pages/select-identity/index",
- // "style": {
- // "navigationBarTitleText": "身份选择",
- // "navigationStyle": "custom"
- // }
- // },
- {
- "path": "pages/identity/index",
- "style": {
- "navigationBarTitleText": "身份",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login-filter/index",
- "style": {
- "navigationBarTitleText": "报修系统",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "报修系统",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom",
- "h5": {
- "pullToRefresh": {
- "color": "#007AFF"
- }
- }
- }
- },
- {
- "path": "pages/home/home",
- "style": {
- "navigationBarTitleText": "报修系统",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom",
- "h5": {
- "pullToRefresh": {
- "color": "#007AFF"
- }
- }
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "维修端登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/repair-form/index",
- "style": {
- "navigationBarTitleText": "报修",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/repair-form/form",
- "style": {
- "navigationBarTitleText": "报修",
- "navigationStyle": "custom"
- }
-
- },
- {
- "path": "pages/repair-center/index",
- "style": {
- "navigationBarTitleText": "维修中心",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/evaluation/index",
- "style": {
- "navigationBarTitleText": "用户评价",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/personal-information/index",
- "style": {
- "navigationBarTitleText": "个人信息",
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "报修系统",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- // "enablePullDownRefresh":true,
- "backgroundTextStyle": "light"
- }
- }
|