|
@@ -96,7 +96,7 @@ export default {
|
|
|
let urlCode = ""
|
|
|
console.log(process.env.NODE_ENV);
|
|
|
if(process.env.NODE_ENV == "production"){
|
|
|
- urlCode = `https://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=${shopId}&shopName=${this.codeInfo.shopName}`
|
|
|
}else{
|
|
|
urlCode = `https://test.tuanfengkeji.cn/TFShop_Uni_H5/#/another-tf/another-user/exchange/index?shopId=${shopId}&shopName=${this.codeInfo.shopName}`
|
|
|
}
|