|
@@ -95,8 +95,8 @@ export default {
|
|
|
|
|
|
let urlCode = ""
|
|
|
if(process.env.NODE_ENV == "production"){
|
|
|
+ // urlCode = `https://www.tuanfengkeji.cn/TFShop_Uni_H5/#/another-tf/another-user/exchange/index?shopId=498&shopName=牛鼎膳`
|
|
|
urlCode = `https://www.tuanfengkeji.cn/TFShop_Uni_H5/#/another-tf/another-user/exchange/index?shopId=${shopId}&shopName=${this.codeInfo.shopName}`
|
|
|
- // urlCode = `https://www.tuanfengkeji.cn/TFShop_Uni_H5/#/another-tf/another-user/exchange/index?shopId=491&shopName=测试小店`
|
|
|
}else{
|
|
|
urlCode = `https://test.tuanfengkeji.cn/TFShop_Uni_H5/#/another-tf/another-user/exchange/index?shopId=${shopId}&shopName=${this.codeInfo.shopName}`
|
|
|
}
|