接入登录页面

This commit is contained in:
2026-02-26 17:49:19 +08:00
parent 1f14ef32ef
commit d53551feba
3 changed files with 14 additions and 13 deletions

View File

@@ -1,12 +1,5 @@
{
"pages": [
{
"path": "pages/mall/admin/homePage/index",
"style": {
"navigationBarTitleText": "管理后台",
"navigationStyle": "custom"
}
},
{
"path": "pages/user/login",
"style": {
@@ -14,6 +7,13 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/admin/homePage/index",
"style": {
"navigationBarTitleText": "管理后台",
"navigationStyle": "custom"
}
},
{
"path": "pages/user/boot",
"style": {