修改登录默认账号 #120

Merged
root merged 1 commits from sjy-three into master 2024-11-13 13:25:36 +08:00
Showing only changes of commit 569cbad572 - Show all commits

View File

@ -184,9 +184,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: '众悦e家',
username: 'ydadmin', username: 'admin',
password: '123456', password: 'admin123',
captchaVerification: '', captchaVerification: '',
rememberMe: true // rememberMe: true //
} }