fix: 用户平台指定模块接口
This commit is contained in:
@@ -18,10 +18,11 @@ const codeImg = ref('');
|
||||
getCheckCode();
|
||||
|
||||
const model = reactive({
|
||||
username: 'ryadmin',
|
||||
password: 'admin123',
|
||||
username: '123456',
|
||||
password: '123456',
|
||||
code: '',
|
||||
uuid: ''
|
||||
uuid: '',
|
||||
authType: 'u'
|
||||
});
|
||||
|
||||
const rules = {
|
||||
|
||||
Reference in New Issue
Block a user