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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web_standard/src/views/login.vue b/web_standard/src/views/login.vue
index 532ae75..caaa85b 100644
--- a/web_standard/src/views/login.vue
+++ b/web_standard/src/views/login.vue
@@ -12,7 +12,6 @@
         <img :src="$store.state.VUE_APP_CONFIG.LOGO" alt="">
       </div>
       <h2>{{ $store.state.VUE_APP_CONFIG.COMPANY_NAME }}</h2>
-      
     </div>
     <div class="login">
       <h1>绯荤粺鐧诲綍 / LOGIN IN</h1>
@@ -83,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