| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "pages": [
- "pages/index/index",
- "pages/main/userinfo",
- "pages/main/wishAll",
- "pages/main/wishinfo",
- "pages/main/webview",
- "pages/main/wishAdd",
- "pages/main/docs",
- "pages/main/search",
- "pages/main/collect",
- "pages/main/recruitment",
- "pages/main/default",
- "pages/main/school",
- "pages/main/scoreline",
- "pages/main/map",
- "pages/main/subscribe",
- "pages/main/feedbackinfo",
- "pages/main/imagelist",
- "pages/main/feedbackresult",
- "pages/main/district"
- ],
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "requiredPrivateInfos": [
- "getLocation"
- ],
- "navigateToMiniProgramAppIdList": [
- "wxa5441bbf344692ba",
- "wx46a7b4c420e6d38f",
- "wx1fef080f74481cbd",
- "wx331e8dd070f01d0e",
- "wx313a8f2c0741efe1",
- "wx80059777521b897c",
- "wxb54a6d5aff836ee3",
- "wxa5e33c61fe37dd01",
- "wxaa1a8b48d9853872",
- "wx84b3feac6069eec3"
- ],
- "window": {
- "navigationBarBackgroundColor": "#F0F0F0",
- "navigationBarTitleText": "秒过分数线",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#F0F0F0",
- "enablePullDownRefresh": false
- },
- "subPackages": [
- {
- "root": "packageProduct",
- "pages": [
- "main/product",
- "main/feedbackinfo"
- ]
- }
- ],
- "preloadRule": {
- "packageProduct/main/product": {
- "network": "all",
- "packages": [
- "packageProduct"
- ]
- }
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|