This commit is contained in:
2023-04-14 16:01:12 +08:00
parent 40bab7f486
commit c53483e644
3 changed files with 6 additions and 6 deletions

View File

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