refactor(config): 移除未使用的页面配置

- 删除了 passport 模块中的注册、忘记密码和设置页面配置
- 移除了 shop 模块的页面配置
- 删除了 admin 模块的页面配置
- 清理了应用配置文件中的注释代码
This commit is contained in:
2026-03-11 19:06:47 +08:00
parent 610aded9d5
commit ba5048eaf0
2 changed files with 0 additions and 21 deletions

View File

@@ -10,9 +10,6 @@ export default defineAppConfig({
"root": "passport", "root": "passport",
"pages": [ "pages": [
"login", "login",
// "register",
// "forget",
// "setting",
"agreement", "agreement",
"sms-login" "sms-login"
] ]
@@ -74,24 +71,6 @@ export default defineAppConfig({
"bank/add" "bank/add"
] ]
}, },
// {
// "root": "shop",
// "pages": ['category/index',
// 'orderDetail/index',
// 'goodsDetail/index',
// 'orderConfirm/index',
// 'orderConfirmCart/index',
// 'search/index']
// },
{
"root": "admin",
"pages": [
"index",
"users/index",
"article/index",
"userVerify/index"
]
}
], ],
window: { window: {
backgroundTextStyle: 'dark', backgroundTextStyle: 'dark',

BIN
src/assets/logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB