Commit 7460dc2b authored by 沈翠玲's avatar 沈翠玲

去除登录默认密码

parent 4e3ff652
...@@ -49,8 +49,8 @@ import {setLocal} from '@/lang' ...@@ -49,8 +49,8 @@ import {setLocal} from '@/lang'
return { return {
loading: false, loading: false,
loginForm: { loginForm: {
username: "admin", username: "",
password: "000000", password: "",
rememberMe: false, rememberMe: false,
validCode:'', validCode:'',
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