Compare commits
2 Commits
a494aad96f
...
758ba58312
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
758ba58312 | ||
|
|
d73ea624fc |
@@ -133,8 +133,8 @@ const loginData = reactive({
|
||||
tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE,
|
||||
loginForm: {
|
||||
tenantName: '000000',
|
||||
username: import.meta.env.VITE_LOGIN_USERNAME || 'admin',
|
||||
password: import.meta.env.VITE_LOGIN_PASSWORD || 'admin123',
|
||||
username: import.meta.env.VITE_LOGIN_USERNAME || '',
|
||||
password: import.meta.env.VITE_LOGIN_PASSWORD || '',
|
||||
captchaVerification: '',
|
||||
rememberMe: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user