|
@ -119,9 +119,9 @@ const loginData = reactive({ |
|
|
captchaEnable: import.meta.env.VITE_APP_CAPTCHA_ENABLE, |
|
|
captchaEnable: import.meta.env.VITE_APP_CAPTCHA_ENABLE, |
|
|
tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE, |
|
|
tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE, |
|
|
loginForm: { |
|
|
loginForm: { |
|
|
tenantName: '闻荫源码', |
|
|
tenantName: '', |
|
|
username: 'admin', |
|
|
username: '', |
|
|
password: '123456', |
|
|
password: '', |
|
|
captchaVerification: '', |
|
|
captchaVerification: '', |
|
|
rememberMe: false, |
|
|
rememberMe: false, |
|
|
code: '', |
|
|
code: '', |
|
|