Commit d90a256f by 张卓

动态表单分享带token

parent e4610c73
......@@ -85,6 +85,8 @@ export default {
//分享页面去掉登录态
if (url.indexOf("sessionid") > -1) {
url = url.split("?")[0] + "?mixid=" + this.shopId;
}else if(url.indexOf('getMixId') > -1) {//分享链接需要带mixid
url = forUrlAddKey(url,{mixid: this.shopId})
}
this.shareUrl = url;
console.log(this.shareUrl, "index12");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment