diff --git a/src/views/login/index.vue b/src/views/login/index.vue index a1b23c5..336d8ef 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -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() {