12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "pages": [
- "pages/index/index",
- "pages/application/index",
- "pages/previousEditions/index",
- "pages/us/index",
- "pages/expert/index",
- "pages/admin/index",
- "pages/downZS/index",
- "pages/userData/index",
- "pages/webview/index",
- "pages/sph/index",
- "pages/modify/index",
- "pages/login/index"
- ],
- "window": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "首页",
- "navigationBarBackgroundColor": "#d8af7a",
- "navigationStyle": "custom"
- },
- "tabBar": {
- "color": "#2F2F2F",
- "selectedColor": "#91725D",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "./images/home.png",
- "text": "首页",
- "selectedIconPath": "./images/home_act.png"
- },
- {
- "pagePath": "pages/previousEditions/index",
- "iconPath": "./images/back.png",
- "text": "往届",
- "selectedIconPath": "./images/back_act.png"
- },
- {
- "pagePath": "pages/application/index",
- "iconPath": "./images/baoming.png",
- "text": "报名",
- "selectedIconPath": "./images/baoming_act.png"
- },
- {
- "pagePath": "pages/us/index",
- "iconPath": "./images/us.png",
- "text": "我的",
- "selectedIconPath": "./images/us_act.png"
- }
- ]
- },
- "componentFramework": "glass-easel",
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents"
- }
|