| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "pages": [
- {
- "path": "pages/index/home",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/login",
- "style": {
- "navigationStyle": "custom",
- "disableScroll": true
- }
- }
- ],
- "globalStyle": {
- "navigationBarTitleText": "cool-unix",
- "navigationBarTextStyle": "@navTextStyle",
- "backgroundColorContent": "@bgContentColor",
- "backgroundColor": "@bgColor",
- "navigationBarBackgroundColor": "@navBgColor",
- "pageOrientation": "landscape"
- },
- "tabBar": {
- "custom": true,
- "color": "@tabColor",
- "selectedColor": "@tabSelectedColor",
- "backgroundColor": "@tabBgColor",
- "borderStyle": "@tabBorderStyle",
- "height": "60px",
- "list": [
- {
- "pagePath": "pages/index/home",
- "iconPath": "/static/icon/tabbar/home.png",
- "selectedIconPath": "/static/icon/tabbar/home2.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/user/login",
- "iconPath": "/static/icon/tabbar/home.png",
- "selectedIconPath": "/static/icon/tabbar/home2.png",
- "text": "login"
- }
- ]
- },
- "uniIdRouter": {}
- }
|