yanghao 4 ngày trước cách đây
mục cha
commit
cad683f1c5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/index.vue

+ 1 - 1
src/views/index.vue

@@ -1057,7 +1057,7 @@ const handlePortalAppClick = async (app: PortalApp) => {
 
 
       if (res) {
       if (res) {
         window.open(
         window.open(
-          `${res.ehrUrl}/gateway/login/free?loginfree_licence=${res.licence}&signature=${res.sign}&redirect_url=/proxy/hr/home`,
+          `${res.ehrUrl}/gateway/login/free?loginfree_licence=${res.licence}&signature=${res.sign}&redirect_url=${res.redirect}`,
           "_blank",
           "_blank",
         );
         );
       }
       }