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()