This commit is contained in:
cansnow
2026-01-09 09:15:59 +08:00
parent 78386d4cc1
commit 7913a63a39
51 changed files with 1048 additions and 449 deletions
+11 -7
View File
@@ -1,10 +1,8 @@
{
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/guide",
"style": {
"navigationBarTitleText": ""
}
"path": "pages/common/login/index"
},
{
"path": "pages/index/launch",
@@ -12,9 +10,11 @@
"navigationBarTitleText": ""
}
},
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/common/login/index"
"path": "pages/index/guide",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/common/registerOrForget/index"
@@ -277,7 +277,11 @@
{
"path": "pages/common/upgrade",
"style": {
"navigationBarTitleText": ""
"navigationStyle": "custom",
"backgroundColor": "transparent",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "系统更新",
"enablePullDownRefresh": false
}
},
{