2025-04-01 09:03:51 +08:00

107 lines
2.4 KiB
JSON

{
"pages": [
"pages/tail",
"pages/index/index",
"pages/activity/index",
"pages/center/index",
"pages/my/index",
"pages/center/list",
"pages/center/detail",
"pages/center/teacherDetail",
"pages/center/MechanismDetail",
"pages/index/Apply",
"pages/center/orderDetail",
"pages/center/applyDetail",
"pages/index/group",
"pages/index/previousList",
"pages/afterSales/index",
"pages/afterSales/list",
"pages/afterSales/info",
"pages/Negotiate/agreement",
"pages/Negotiate/privacy"
],
"subPackages": [
{
"root": "packageA",
"pages": [
"activity/activityDetaill",
"activity/exercise",
"activity/acList",
"activity/exerciseDetaill",
"index/About",
"index/previousDetail",
"my/person-detail",
"my/makeList",
"my/station",
"my/orderList",
"my/cancel",
"my/cancelActivity",
"my/Collect",
"my/classCheck",
"my/stationDetail",
"my/Feedback",
"my/timetable",
"my/Judge",
"my/settleIn",
"my/management",
"my/ac-management",
"my/help",
"my/helpDetail",
"my/addManagement",
"my/mentList",
"center/teacherClass",
"my/refund"
]
}
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"custom": true,
"color": "#888888",
"selectedColor": "#181818",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/center/index",
"text": "选课中心"
},
{
"pagePath": "pages/activity/index",
"text": "活动中心"
},
{
"pagePath": "pages/my/index",
"text": "我的"
}
]
},
"preloadRule": {
"pages/index/index": {
"network": "all",
"packages": [
"packageA"
]
}
},
"__usePrivacyCheck__": true,
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"requiredPrivateInfos": [
"getLocation",
"chooseLocation"
],
"usingComponents": {
"tab-bar": "/components/my-tabbar"
}
}