2025-04-30 01:43:23 +08:00
|
|
|
{
|
|
|
|
|
"easycom": {
|
|
|
|
|
"autoscan": true,
|
|
|
|
|
"custom": {
|
|
|
|
|
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
|
|
|
|
|
"^Basic(.*)": "@/components/Basic$1/$1.vue",
|
|
|
|
|
"^Form(.*)": "@/components/BasicForm/components/$1.vue",
|
|
|
|
|
"^u-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
|
|
|
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
|
|
|
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
|
|
|
"^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "@/components/BasicListLayout/zPaging/z-paging$1/z-paging$1.vue"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"pages": [
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/system/launchPage/launchPage",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"app-plus": {
|
|
|
|
|
"titleNView": {
|
|
|
|
|
"autoBackButton": false
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/base/home/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-06-24 20:33:42 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/base/home/glxs",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-04-30 01:43:23 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/system/login/login",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
"navigationBarBackgroundColor": "#416AF2",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"backgroundColor": "#416AF2",
|
|
|
|
|
"app-plus": {
|
|
|
|
|
"titleNView": {
|
|
|
|
|
"autoBackButton": false
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-08-04 15:23:50 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/system/subscribe/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTitleText": "关注服务号",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"backgroundColor": "#f4f5f7"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-04-30 01:43:23 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/system/webView/webView",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"backgroundColor": "#ffffff"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/system/updatePopup/updatePopup",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"backgroundColor": "transparent",
|
|
|
|
|
"disableScroll": true,
|
|
|
|
|
"disableSwipeBack": true,
|
|
|
|
|
"app-plus": {
|
|
|
|
|
"backgroundColorTop": "transparent",
|
|
|
|
|
"background": "transparent",
|
|
|
|
|
"scrollIndicator": "none",
|
|
|
|
|
"popGesture": "none",
|
|
|
|
|
"animationType": "fade-in",
|
|
|
|
|
"animationDuration": "200"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/system/error/error",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "错误日志",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"backgroundColor": "#ffffff",
|
|
|
|
|
"app-plus": {
|
|
|
|
|
"titleNView": {
|
|
|
|
|
"autoBackButton": false
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/base/class-schedule/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "班级课表",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/base/leave-request/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "在线请假",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/base/campus-access/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "进出校园",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-07-07 21:10:34 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/base/jl/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "家校沟通",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/base/jl/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "接龙详情",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-04-30 01:43:23 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/base/interest-class/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "兴趣课",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/base/club/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "俱乐部",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-06-14 22:28:04 +08:00
|
|
|
"path": "pages/base/grades/list",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "考试列表",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/base/grades/detail",
|
2025-04-30 01:43:23 +08:00
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "成绩查询",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/base/leave-request/leaveApplication",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "请假申请",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-07-07 11:48:25 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/base/leave-request/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "请假详情",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-04-30 01:43:23 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/base/home/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "详情",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
2025-05-07 09:44:23 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/base/course-selection/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "课程选择",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/base/course-selection/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "课程详情",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/base/course-selection/payment",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "支付",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-07-01 16:17:13 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/base/course-selection/pay-wait",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"backgroundColor": "#ffffff"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-05-07 09:44:23 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/base/course-selection/payment-success",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "支付成功",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/base/course-selection/payment-fail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "支付失败",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/base/course-selection/club-selection",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "俱乐部选课",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
2025-05-16 16:16:41 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/base/course-selection/notice",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "告知书",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-08-04 15:23:50 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/base/course-selection/noticeclub",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "告知书",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-05-16 16:16:41 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/base/course-selection/enrolled",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "已报名",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
} , {
|
|
|
|
|
"path": "pages/base/course-selection/notopen",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "未开放",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
2025-08-04 15:23:50 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/base/course-selection/enrollment-ended",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "选课已结束",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2025-04-30 01:43:23 +08:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
|
|
"navigationBarBackgroundColor": "#fff",
|
|
|
|
|
"backgroundColor": "#F8F8F8",
|
2025-05-30 17:22:30 +08:00
|
|
|
"orientation": "portrait",
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"app-plus": {
|
|
|
|
|
"background": "#efeff4",
|
|
|
|
|
"titleView": false
|
|
|
|
|
}
|
2025-04-30 01:43:23 +08:00
|
|
|
}
|
|
|
|
|
}
|