This commit is contained in:
Your Name
2026-03-06 14:27:24 +08:00
parent 9a1b67ca18
commit 52bb80e2f1
134 changed files with 5337 additions and 401 deletions
+29 -2
View File
@@ -5,6 +5,12 @@
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "uni-app"
}
}
],
"subPackages": [
@@ -14,7 +20,10 @@
{
"path": "pages/call",
"style": {
"navigationBarTitleText": "uni-app"
"navigationBarTitleText": "视频面诊",
"navigationBarHidden": true,
// 可选:如果需要沉浸式状态栏,可配置这个
"navigationStyle": "custom"
}
}
]
@@ -26,5 +35,23 @@
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
"uniIdRouter": {},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "/static/user/home.png",
"selectedIconPath": "/static/user/home_no.png",
"text": "首页"
},{
"pagePath": "pages/user/user",
"iconPath": "/static/user/user.png",
"selectedIconPath": "/static/user/user_no.png",
"text": "我的"
}]
}
}