| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "pages": [
- {
- "path": "pages/index/home",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/login",
- "style": {
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "pages/catalog/index",
- "style": {
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "pages/card/index",
- "style": {
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "pages/catalog/detail",
- "style": {
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "pages/catalog/web-view",
- "style": {
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "pages/user/info",
- "style": {
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "pages/chinese/index",
- "style": {
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "pages/english/index",
- "style": {
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "pages/english/select",
- "style": {
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "pages/english/detail",
- "style": {
- "navigationStyle": "custom",
- "disableScroll": true
- }
- }
- ],
- "globalStyle": {
- "navigationBarTitleText": "cool-unix",
- "navigationBarTextStyle": "@navTextStyle",
- "backgroundColorContent": "@bgContentColor",
- "backgroundColor": "@bgColor",
- "navigationBarBackgroundColor": "@navBgColor",
- "pageOrientation": "landscape",
- "navigationStyle": "custom"
- },
- "uniIdRouter": {}
- }
|