最新状态

This commit is contained in:
Ls
2026-03-26 08:34:32 +08:00
parent 22f77eb290
commit deaf39e943
43 changed files with 18037 additions and 86 deletions

View File

@@ -8,46 +8,110 @@
}
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "门店运营",
"navigationBarBackgroundColor": "#36394D",
"navigationStyle": "custom",
"backgroundColor": "#F8F8F8"
"navigationBarTitleText": "智能秒表"
}
},
{
"path" : "pages/index/user",
"style" :
{
"navigationBarTitleText" : "我的"
"path": "pages/index/user",
"style": {
"navigationBarTitleText": "我的"
}
}
],
"subPackages": [{
"root": "pages/userFunc",
"pages": [{
"path" : "setCourse",
"style" :
{
"navigationBarTitleText" : "新增项目"
}
},
{
"path" : "swiming",
"style" :
{
"navigationBarTitleText" : "游泳项目",
"navigationStyle": "custom"
}
},
{
"path" : "segmentation",
"style" :
{
"navigationBarTitleText" : "分段"
}
},
{
"path" : "student",
"style" :
{
"navigationBarTitleText" : "学员管理"
}
},
{
"path" : "analyze",
"style" :
{
"navigationBarTitleText" : "数据分析"
}
},
{
"path" : "dataAnalyze",
"style" :
{
"navigationBarTitleText" : "数据分析图"
}
},
{
"path" : "set",
"style" :
{
"navigationBarTitleText" : "设置"
}
},
{
"path" : "projectList",
"style" :
{
"navigationBarTitleText" : "项目列表"
}
},
{
"path" : "project",
"style" :
{
"navigationBarTitleText" : "包干"
}
}]
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "v派商家",
"navigationBarBackgroundColor": "#F84F28",
"backgroundColor": "#F8F8F8"
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#000"
},
"tabBar": {
"color": "#000",
"selectedColor": "#000",
"backgroundColor": "#FFFFFF",
"list": [ {
"pagePath": "pages/index/index",
"iconPath": "static/tab/01.png",
"selectedIconPath": "static/tab/02.png",
"text": "主页"
}, {
"pagePath": "pages/index/user",
"iconPath": "static/tab/01.png",
"selectedIconPath": "static/tab/02.png",
"text": "我的"
}
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tab/01.png",
"selectedIconPath": "static/tab/02.png",
"text": "智能秒表"
},
{
"pagePath": "pages/index/user",
"iconPath": "static/tab/01.png",
"selectedIconPath": "static/tab/02.png",
"text": "我的"
}
]
}
}