fix : 修复非超级管理员的名称搜索问题

This commit is contained in:
2024-10-17 22:25:31 +08:00
parent de0b64909d
commit 145bb01fdd
3 changed files with 125 additions and 16 deletions

View File

@@ -43,8 +43,8 @@ import {User, Lock, Key} from '@element-plus/icons-vue'
const router = useRouter()
const authStore = useAuthStore()
const loginForm = reactive({
username: '',
password: '',
username: 'superAdmin',
password: '123456',
code: '',
uuid: ''
})