Commit e1f7daf0 authored by dragondean@qq.com's avatar dragondean@qq.com

去掉登录页面的默认账号密码

parent 3aa7a093
...@@ -72,8 +72,8 @@ export default { ...@@ -72,8 +72,8 @@ export default {
captchaEnable: true, captchaEnable: true,
tenantEnable: false, tenantEnable: false,
loginForm: { loginForm: {
username: "admin", username: "",
password: "admin123", password: "",
rememberMe: false, rememberMe: false,
code: "", code: "",
uuid: "", uuid: "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment