refactor: 移除未使用的代码和功能模块
清理未使用的页面、组件、路由配置和主题相关代码 移除登录拦截和分包配置相关逻辑 简化首页和个人中心页面
This commit is contained in:
@@ -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'
|
||||
|
||||
/**
|
||||
* 跳转到登录页, 带防抖处理
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user