From 5a4e4f0ac1e40f45ce4e78b1ae57637c84a64fc7 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 26 十月 2023 13:34:46 +0800
Subject: [PATCH] 添加统计日志
---
 web_standard/src/views/login.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/web_standard/src/views/login.vue b/web_standard/src/views/login.vue
index c86ab0b..caaa85b 100644
--- a/web_standard/src/views/login.vue
+++ b/web_standard/src/views/login.vue
@@ -82,7 +82,8 @@
         uuid: this.captcha.uuid
       })
         .then(() => {
-          window.location.href = process.env.VUE_APP_CONTEXT_PATH
+          // window.location.href = process.env.VUE_APP_CONTEXT_PATH
+          window.location.reload()
         })
         .catch(e => {
           this.refreshCaptcha()
--
Gitblit v1.9.3