登录页 默认admin账号登录 删除
This commit is contained in:
@@ -133,8 +133,8 @@ const loginData = reactive({
|
|||||||
tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE,
|
tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE,
|
||||||
loginForm: {
|
loginForm: {
|
||||||
tenantName: '000000',
|
tenantName: '000000',
|
||||||
username: import.meta.env.VITE_LOGIN_USERNAME || 'admin',
|
username: import.meta.env.VITE_LOGIN_USERNAME || '',
|
||||||
password: import.meta.env.VITE_LOGIN_PASSWORD || 'admin123',
|
password: import.meta.env.VITE_LOGIN_PASSWORD || '',
|
||||||
captchaVerification: '',
|
captchaVerification: '',
|
||||||
rememberMe: false
|
rememberMe: false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user