|
@ -23,7 +23,11 @@ export default { |
|
|
...this.Gshare, |
|
|
...this.Gshare, |
|
|
} |
|
|
} |
|
|
if(this.userInfo.id){ |
|
|
if(this.userInfo.id){ |
|
|
o.path = this.Gshare.path + '?shareId=' + this.userInfo.id |
|
|
|
|
|
|
|
|
if(this.Gshare.path.includes('?')){ |
|
|
|
|
|
o.path += '&shareId=' + this.userInfo.id |
|
|
|
|
|
}else{ |
|
|
|
|
|
o.path += '?shareId=' + this.userInfo.id |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
return o |
|
|
return o |
|
|
}, |
|
|
}, |
|
|