From 8d2ac4d36a5763cc9da6364f5aba45743e89b635 Mon Sep 17 00:00:00 2001 From: chuzhixin <1204505056@qq.com> Date: Sun, 9 Aug 2020 11:43:08 +0800 Subject: [PATCH] deploy --- src/views/login/index.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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() {