This commit is contained in:
qsh
2024-06-21 16:09:34 +08:00
parent 44e45349c2
commit 25e13bd975
15 changed files with 216 additions and 58 deletions

View File

@@ -143,8 +143,8 @@ const loginData = reactive({
loginForm: {
tenantId: undefined,
instanceId: undefined,
username: 'admin',
password: 'admin123',
username: '',
password: '',
captchaVerification: '',
rememberMe: true
}