合并后台端

This commit is contained in:
comlibmb
2026-02-03 11:38:00 +08:00
57 changed files with 24996 additions and 5613 deletions

View File

@@ -7,8 +7,11 @@
},
"pages": [
{
"name": "管理端首页",
"path": "pages/mall/admin/index"
"path": "pages/mall/admin/index",
"style": {
"navigationBarTitleText": "管理后台",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/consumer/index",
@@ -73,13 +76,6 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/admin/index",
"style": {
"navigationBarTitleText": "管理后台",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/service/index",
"style": {
@@ -516,4 +512,4 @@
}
]
}
}
}