fix: 修改默认用户名为super

This commit is contained in:
lilinyuan
2024-03-29 14:15:23 +08:00
parent 878940c34b
commit 4c17bf7f6a

View File

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