2
0

fix: 登录接口参数变更

This commit is contained in:
TsMask
2024-11-27 15:37:03 +08:00
parent 074f9282dd
commit b82f71b763
6 changed files with 7 additions and 6 deletions

View File

@@ -21,7 +21,8 @@ const model = reactive({
username: 'ryadmin',
password: 'admin123',
code: '',
uuid: ''
uuid: '',
authType: 'sys'
});
const rules = {