Browse Source

修改邀请加入页面bug

jinsy 7 years ago
parent
commit
487ebb9f5f
1 changed files with 1 additions and 4 deletions
  1. 1 4
      frontend/saas-portal-web/src/components/conenter/invitation.vue

+ 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 url1 = window.location.href;
                 let param = url1.substring(url1.lastIndexOf('=')+1, url1.length);
                 let param = url1.substring(url1.lastIndexOf('=')+1, url1.length);
                 this.$ajax({
                 this.$ajax({
-                    url: this.$url.api+"/api/commons/share/valid/param",
+                    url: this.$url.api+"/api/commons/share/valid/param?param="+param,
                     method:'POST',
                     method:'POST',
-                    data:{
-                        param:param
-                    },
                     headers:{
                     headers:{
                         "Authorization":Session.getToken(),
                         "Authorization":Session.getToken(),
                         "Content-Type":"application/x-www-form-urlencoded",
                         "Content-Type":"application/x-www-form-urlencoded",