refactor: 移除未使用的代码和功能模块

清理未使用的页面、组件、路由配置和主题相关代码
移除登录拦截和分包配置相关逻辑
简化首页和个人中心页面
This commit is contained in:
feige996
2025-11-06 16:18:11 +08:00
parent 89bf7a810e
commit 53f27a1917
31 changed files with 20 additions and 1191 deletions

View File

@@ -1,4 +1,3 @@
import { LOGIN_PAGE } from '@/router/config'
import { getLastPage } from '@/utils'
import { debounce } from '@/utils/debounce'
@@ -15,6 +14,9 @@ interface ToLoginPageOptions {
queryString?: string
}
// TODO: 自己增加登录页
const LOGIN_PAGE = '/pages/login/index'
/**
* 跳转到登录页, 带防抖处理
*