fix: 默认演示123456为普通用户
This commit is contained in:
@@ -20,7 +20,7 @@ const codeImg = ref('');
|
|||||||
getCheckCode();
|
getCheckCode();
|
||||||
|
|
||||||
const model = reactive({
|
const model = reactive({
|
||||||
username: 'superuser',
|
username: '123456',
|
||||||
password: '123456',
|
password: '123456',
|
||||||
code: '',
|
code: '',
|
||||||
uuid: '',
|
uuid: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user