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