fix: 修改默认用户名为super
This commit is contained in:
@@ -37,7 +37,7 @@ import {User, Lock, Key} from '@element-plus/icons-vue'
|
|||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
const authStore = useAuthStore()
|
const authStore = useAuthStore()
|
||||||
const loginForm = reactive({
|
const loginForm = reactive({
|
||||||
username: 'admin',
|
username: 'superAdmin',
|
||||||
password: '123456',
|
password: '123456',
|
||||||
code: '',
|
code: '',
|
||||||
uuid: ''
|
uuid: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user