From 93051f3a3f44a347b825e3e4e4c3c62dfa86cdf1 Mon Sep 17 00:00:00 2001 From: yinzuomei <57602893@qq.com> Date: Sun, 19 Apr 2020 16:24:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=8E=A5=E5=8F=A3=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E6=94=B9=E4=B8=BA/auth/login/operweb/loginbypassword?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epmet-oper-web/src/views/pages/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-oper-web/src/views/pages/login.vue b/epmet-oper-web/src/views/pages/login.vue index 5c93ac9..5537a7e 100644 --- a/epmet-oper-web/src/views/pages/login.vue +++ b/epmet-oper-web/src/views/pages/login.vue @@ -109,7 +109,7 @@ export default { if (!valid) { return false } - this.$http.post('/auth/login/loginbypassword', this.dataForm).then(({ data: res }) => { + this.$http.post('/auth/login/operweb/loginbypassword', this.dataForm).then(({ data: res }) => { if (res.code !== 0) { this.getCaptcha() return this.$message.error(res.msg)