This commit is contained in:
guochunsi
2026-01-29 11:56:37 +08:00
parent 043c92efc9
commit 9fea29454f
28 changed files with 230 additions and 384 deletions

View File

@@ -1492,7 +1492,7 @@
import {updateStatus} from '/@/api/professional/professionalstatuslock'
import {resetPassWord} from "/@/api/professional/professionaluser/teacherbase"
// 组件配置已不再需要(已从 avue-crud 迁移到 el-table
import authImg from "/@/components/tools/auth-img.vue"
const authImg = defineAsyncComponent(() => import("/@/components/tools/auth-img.vue"))
// 导入工具
import { Session } from '/@/utils/storage'