2
0

fix: 用户平台指定模块接口

This commit is contained in:
TsMask
2024-11-27 16:46:16 +08:00
parent feefcfa7e6
commit 1240d9aedf
10 changed files with 41 additions and 39 deletions

View File

@@ -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 = {