mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 10:26:44 +08:00
[FIX]【商品商城】微信分享url修改
This commit is contained in:
@@ -45,7 +45,7 @@ export default {
|
|||||||
share() {
|
share() {
|
||||||
let url =
|
let url =
|
||||||
location.origin +
|
location.origin +
|
||||||
'/#/manpower/DiscAnalysis/Share?token=' +
|
'/#/productStore/storeDetail?token=' +
|
||||||
localStorage.getItem('token') +
|
localStorage.getItem('token') +
|
||||||
'&name=' +
|
'&name=' +
|
||||||
escape(this.loginInfo.name) +
|
escape(this.loginInfo.name) +
|
||||||
|
|||||||
Reference in New Issue
Block a user