platform_web/src/views/login.vue
@@ -46,7 +46,6 @@ loading: false, username: '', password: '', companyId: 8, // 验证码 captcha: { loading: false, @@ -78,10 +77,14 @@ username: this.username.trim(), password: this.password, code: this.captcha.value.trim(), companyId: this.companyId, uuid: this.captcha.uuid }) .then(() => { <<<<<<< HEAD // console.log(process.env.VUE_APP_CONTEXT_PATH); // b7121c39-e109-472f-bb89-722b91289437 ======= >>>>>>> dev // window.location.href = process.env.VUE_APP_CONTEXT_PATH window.location.reload() })