Compare commits
No commits in common. "12c926b1039ac943f9b13eede564c4142c8517b3" and "1538f5620f8a8a73eb7b0647e3afeca068049905" have entirely different histories.
12c926b103
...
1538f5620f
@ -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 // 默认记录我。如果不需要,可手动修改
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user