Commit 8d2ac4d3 by chuzhixin

deploy

parent 33bfa072
...@@ -146,10 +146,8 @@ ...@@ -146,10 +146,8 @@
document.body.style.overflow = "auto"; document.body.style.overflow = "auto";
}, },
mounted() { mounted() {
if ("production" !== process.env.NODE_ENV) {
this.form.username = "admin"; this.form.username = "admin";
this.form.password = "123456"; this.form.password = "123456";
}
}, },
methods: { methods: {
handlePassword() { handlePassword() {
......
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