12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "pages": [
- "pages/login/login",
- "pages/index/index",
- "pages/mine/mine",
- "pages/admissionApply/admissionApply",
- "pages/inputDetectionResult/inputDetectionResult",
- "pages/personnelSampling/personnelSampling",
- "pages/checkResult/checkResult"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#FAF8F8",
- "backgroundColor": "#FAF8F8"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#1296db",
- "borderStyle": "white",
- "backgroundColor": "#F8F8F8",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/icon/home.png",
- "selectedIconPath": "static/icon/homea.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/mine/mine",
- "iconPath": "static/icon/user.png",
- "selectedIconPath": "static/icon/usera.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {},
- "sitemapLocation": "sitemap.json"
- }
|