Commit a0acfe30 by zhao_shaonan

去掉默认账户密码

parent 4a1aa227
......@@ -46,8 +46,8 @@ export default {
return {
logining: false,
ruleForm2: {
username: "admin",
password: "0"
username: "",
password: ""
},
rules2: {
username: [{ required: true, message: "请输入账号", trigger: "blur" }],
......
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