This commit is contained in:
2023-03-31 17:05:18 +08:00
parent b3a3334ffd
commit f5af987589
4 changed files with 57 additions and 28 deletions

View File

@@ -1,13 +1,13 @@
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"path": "pages/home/home",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/home/home",
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}