Browse Source

修改邀请加入页面bug

jinsy 7 năm trước cách đây
mục cha
commit
487ebb9f5f

+ 1 - 4
frontend/saas-portal-web/src/components/conenter/invitation.vue

@@ -221,11 +221,8 @@ import { setTimeout } from 'timers';
                 let url1 = window.location.href;
                 let param = url1.substring(url1.lastIndexOf('=')+1, url1.length);
                 this.$ajax({
-                    url: this.$url.api+"/api/commons/share/valid/param",
+                    url: this.$url.api+"/api/commons/share/valid/param?param="+param,
                     method:'POST',
-                    data:{
-                        param:param
-                    },
                     headers:{
                         "Authorization":Session.getToken(),
                         "Content-Type":"application/x-www-form-urlencoded",