Merge branch 'feature/GFRS-1523【待确定】商品商城' into dev

This commit is contained in:
yuweiqi
2020-06-17 13:41:36 +08:00

View File

@@ -45,7 +45,7 @@ export default {
share() {
let url =
location.origin +
'/#/manpower/DiscAnalysis/Share?token=' +
'/#/productStore/storeDetail?token=' +
localStorage.getItem('token') +
'&name=' +
escape(this.loginInfo.name) +