瀏覽代碼

fix:修改域名配置

lalala 1 年之前
父節點
當前提交
85ee2efb43
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/AuthPage/components/AuthCard.vue

+ 1 - 1
src/views/AuthPage/components/AuthCard.vue

@@ -361,7 +361,7 @@ export default {
                     if(res.data.data.redirectUri !== null){
                       // 跳转到外部系统的home页面,并携带token
                       console.log(res.data.data);
-                      window.location.href = `${res.data.data.redirectUri}home?token=${encodeURIComponent(res.data.data.token)}`;
+                      window.location.href = `${res.data.data.redirectUri}/home?token=${encodeURIComponent(res.data.data.token)}`;
                       return;
                     }
                     if (this.rememberMe) {