| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "pages": [
- {
- "path": "pages/index/home",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [
- {
- "root": "pages/user",
- "pages": [
- {
- "path": "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": "首页"
- }
- ]
- },
- "uniIdRouter": {}
- }
|