小程序修改

This commit is contained in:
2025-12-10 17:00:54 +08:00
parent 23afb90cbe
commit fa3dbe0496
47 changed files with 5282 additions and 199 deletions

View File

@@ -1,17 +1,42 @@
{
"pages": [ //pages数组中第一项表示应用启动页参考https://doc.dcloud.net.cn/uni-app-x/collocation/pagesjson.html
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app x"
"navigationStyle": "custom",
"backgroundColor": "#667eea",
"enablePullDownRefresh": false,
"safeAreaInsets": {
"top": true,
"bottom": false
}
}
},
{
"path": "pages/workcase/list",
"style": {
"navigationBarTitleText": "我的工单",
"navigationBarBackgroundColor": "#667eea",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/workcase/detail",
"style": {
"navigationBarTitleText": "工单详情",
"navigationBarBackgroundColor": "#667eea",
"navigationBarTextStyle": "white"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app x",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
"navigationBarTextStyle": "white",
"navigationBarTitleText": "泰豪小电",
"navigationBarBackgroundColor": "#667eea",
"backgroundColor": "#F8F9FA"
},
"uniIdRouter": {}
"uniIdRouter": {
"loginPage": "pages/index/index",
"needLogin": []
}
}