Compare commits

...

2 Commits

Author SHA1 Message Date
12c926b103 Merge pull request '修改登录默认账号' (#120) from sjy-three into master
All checks were successful
continuous-integration/drone Build is passing
Reviewed-on: #120
2024-11-13 13:25:35 +08:00
569cbad572 修改登录默认账号 2024-11-13 12:07:05 +08:00

View File

@ -184,9 +184,9 @@ const loginData = reactive({
captchaEnable: import.meta.env.VITE_APP_CAPTCHA_ENABLE,
tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE,
loginForm: {
tenantName: '雲頂玖號',
username: 'ydadmin',
password: '123456',
tenantName: '众悦e家',
username: 'admin',
password: 'admin123',
captchaVerification: '',
rememberMe: true //
}