From 4a13b5966dc960fd4f0dea3b20196095b6060d26 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Tue, 27 Sep 2022 14:49:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AB=98=E5=8D=B1=E6=BC=8F=E6=B4=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epmet-oper-web/src/views/pages/login.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/epmet-oper-web/src/views/pages/login.vue b/epmet-oper-web/src/views/pages/login.vue index d7a58f7..5f4a49e 100644 --- a/epmet-oper-web/src/views/pages/login.vue +++ b/epmet-oper-web/src/views/pages/login.vue @@ -162,6 +162,7 @@ export default { this.$refs['dataForm'].validate((valid, messageObj) => { if (!valid) { app.util.validateRule(messageObj) + return } const { pubKey } = this this.$http