Compare commits

..

No commits in common. "12c926b1039ac943f9b13eede564c4142c8517b3" and "1538f5620f8a8a73eb7b0647e3afeca068049905" have entirely different histories.

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: '众悦e家', tenantName: '雲頂玖號',
username: 'admin', username: 'ydadmin',
password: 'admin123', password: '123456',
captchaVerification: '', captchaVerification: '',
rememberMe: true // rememberMe: true //
} }