web-权限修改

This commit is contained in:
2025-10-08 16:15:47 +08:00
parent 2ad39d403e
commit 1064560f29
12 changed files with 482 additions and 19 deletions

View File

@@ -92,7 +92,7 @@ import { useRouter, useRoute } from 'vue-router';
import { useStore } from 'vuex';
import { ElMessage, type FormInstance, type FormRules } from 'element-plus';
import type { LoginParam } from '@/types';
import { authApi } from '@/apis/auth';
import { authApi } from '@/apis/system/auth';
// 响应式引用
const loginFormRef = ref<FormInstance>();