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,
|
tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE,
|
||||||
loginForm: {
|
loginForm: {
|
||||||
tenantName: '000000',
|
tenantName: '000000',
|
||||||
username: import.meta.env.VITE_LOGIN_USERNAME || 'admin',
|
username: import.meta.env.VITE_LOGIN_USERNAME || '',
|
||||||
password: import.meta.env.VITE_LOGIN_PASSWORD || 'admin123',
|
password: import.meta.env.VITE_LOGIN_PASSWORD || '',
|
||||||
captchaVerification: '',
|
captchaVerification: '',
|
||||||
rememberMe: false
|
rememberMe: false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user