| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- {
- "path": "pages/login",
- "style": {
- "navigationBarTitleText": "加载中",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/lgz/index/index",
- "style" :
- {
- "navigationBarTitleText" : "梅山古镇",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/lgz/record/record",
- "style" :
- {
- "navigationBarTitleText" : "扫码记录",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/cjx/record/record",
- "style" :
- {
- "navigationBarTitleText" : "扫码记录",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/lgz/traceability/traceability",
- "style" :
- {
- "navigationBarTitleText" : "溯源信息",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/cjx/traceability/traceability",
- "style" :
- {
- "navigationBarTitleText" : "溯源信息",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/lgz/feedback/feedback",
- "style" :
- {
- "navigationBarTitleText" : "意见反馈",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/cjx/feedback/feedback",
- "style" :
- {
- "navigationBarTitleText" : "意见反馈",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/lgz/introduction/introduction",
- "style" :
- {
- "navigationBarTitleText" : "公司简介",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/cjx/introduction/introduction",
- "style" :
- {
- "navigationBarTitleText" : "公司简介",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/lgz/index/claim",
- "style" :
- {
- "navigationBarTitleText" : "中奖记录",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/cjx/index/claim",
- "style" :
- {
- "navigationBarTitleText" : "中奖记录",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/lgz/index/rules",
- "style" :
- {
- "navigationBarTitleText" : "活动规则",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/cjx/index/rules",
- "style" :
- {
- "navigationBarTitleText" : "活动规则",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/lgz/error",
- "style" :
- {
- "navigationBarTitleText" : "梅干古筝",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/lgz/address/address",
- "style" :
- {
- "navigationBarTitleText" : "",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/lgz/my/my",
- "style" :
- {
- "navigationBarTitleText" : "",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/lgz/index/winPrize",
- "style" :
- {
- "navigationBarTitleText" : "",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/lgz/index/unWinPrize",
- "style" :
- {
- "navigationBarTitleText" : "",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/cjx/index/index",
- "style" :
- {
- "navigationBarTitleText" : "",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/cjx/index/authCode",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- }
-
- ],
-
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|