|
|
@@ -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",
|