| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "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
- }
- }
- ],
- "globalStyle": {
- "navigationBarTitleText": "cool-unix",
- "navigationBarTextStyle": "@navTextStyle",
- "backgroundColorContent": "@bgContentColor",
- "backgroundColor": "@bgColor",
- "navigationBarBackgroundColor": "@navBgColor",
- "pageOrientation": "landscape",
- "navigationStyle": "custom"
- },
- "uniIdRouter": {}
- }
|