将登录页放至第一页

This commit is contained in:
wpf 2023-08-06 19:42:07 +08:00
parent b3019b2cfa
commit e50d7ed0e7

View File

@ -1,6 +1,15 @@
{ {
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/oaLogin/oaLogin",
"style": {
"navigationBarTitleText": "登录",
"app-plus": {
"titleNView": false
}
}
},
{ {
"path": "pages/oaHome/oaHome", "path": "pages/oaHome/oaHome",
"style": { "style": {
@ -53,15 +62,6 @@
"titleNView": false "titleNView": false
} }
} }
}, {
"path": "pages/oaLogin/oaLogin",
"style": {
"navigationBarTitleText": "登录",
"app-plus": {
"titleNView": false
}
}
}, { }, {
"path": "pages/oaManager/oaManager", "path": "pages/oaManager/oaManager",
"style": { "style": {