Merge pull request '修改登录默认账号' (#120) from sjy-three into master
All checks were successful
continuous-integration/drone Build is passing

Reviewed-on: #120
This commit is contained in:
root 2024-11-13 13:25:35 +08:00
commit 12c926b103

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 //
}
@ -351,4 +351,4 @@ onMounted(() => {
cursor: pointer;
}
}
</style>
</style>