This commit is contained in:
chuzhixin 2020-08-09 11:43:08 +08:00
parent 33bfa0723b
commit 8d2ac4d36a

View File

@ -146,10 +146,8 @@
document.body.style.overflow = "auto";
},
mounted() {
if ("production" !== process.env.NODE_ENV) {
this.form.username = "admin";
this.form.password = "123456";
}
this.form.username = "admin";
this.form.password = "123456";
},
methods: {
handlePassword() {