新增后台管理系统(答辩用

This commit is contained in:
2026-06-24 05:07:32 +08:00
parent 2251f31524
commit 1f209e6761
98 changed files with 25099 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
{
"pages": [
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "GymManage 教练端",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "教练工作台",
"navigationBarBackgroundColor": "#4f7cff",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/course/list",
"style": {
"navigationBarTitleText": "我的团课",
"navigationBarBackgroundColor": "#4f7cff",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/course/detail",
"style": {
"navigationBarTitleText": "团课详情",
"navigationBarBackgroundColor": "#4f7cff",
"navigationBarTextStyle": "white"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "GymManage 教练端",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#f6f8fc"
},
"easycom": {
"autoscan": true,
"custom": {}
}
}