web iframe结构实现
This commit is contained in:
@@ -68,9 +68,9 @@ import { reactive, ref } from 'vue'
|
||||
import { useRouter } from 'vue-router'
|
||||
import { ElMessage, type FormInstance, type FormRules } from 'element-plus'
|
||||
import type { LoginParam } from 'shared/types'
|
||||
import { authAPI } from 'shared/authAPI'
|
||||
import { getAesInstance } from 'shared/utils'
|
||||
import { authAPI } from 'shared/api/auth'
|
||||
import { TokenManager } from 'shared/api'
|
||||
import { getAesInstance } from 'shared/utils'
|
||||
import { resetDynamicRoutes } from '@/router'
|
||||
|
||||
// 路由
|
||||
|
||||
Reference in New Issue
Block a user