Browse Source

Merge branch 'master' of http://159.75.201.17:3000/zwq/tuanfeng-pc-mer

zweiqin 8 months ago
parent
commit
6fd1e98ef9
1 changed files with 8 additions and 1 deletions
  1. 8 1
      src/views/shop/exchange/index.vue

+ 8 - 1
src/views/shop/exchange/index.vue

@@ -92,7 +92,14 @@ export default {
             let shopId = Cookies.get('shopID');
             // let urlCode = `https://www.tuanfengkeji.cn/TFShop_Uni_H5/#/another-tf/another-user/exchange/index?shopId=${shopId}&shopName=${this.codeInfo.shopName}`
             // let urlCode = `http://192.168.0.151:8988/TFShop_Uni_H5/#/another-tf/another-user/exchange/index?shopId=${shopId}&shopName=${this.codeInfo.shopName}`
-            let urlCode = `https://test.tuanfengkeji.cn/TFShop_Uni_H5/#/another-tf/another-user/exchange/index?shopId=${shopId}&shopName=${this.codeInfo.shopName}`
+
+            let urlCode = ""
+            if(process.env.ENV == "staging"){
+                urlCode = `https://test.tuanfengkeji.cn/TFShop_Uni_H5/#/another-tf/another-user/exchange/index?shopId=${shopId}&shopName=${this.codeInfo.shopName}`
+            }else{
+                urlCode = `https://tuanfengkeji.cn/TFShop_Uni_H5/#/another-tf/another-user/exchange/index?shopId=${shopId}&shopName=${this.codeInfo.shopName}`
+            }
+            // let urlCode = `https://test.tuanfengkeji.cn/TFShop_Uni_H5/#/another-tf/another-user/exchange/index?shopId=${shopId}&shopName=${this.codeInfo.shopName}`
             //  根据 qcode 生成二维码链接
             // let imgCode = await QRCode.toDataURL(`https://www.tuanfengkeji.cn/TFShop_Uni_H5/#/another-tf/another-user/shop/shop-detail?shopId=${shopId}`)
             // console.log(imgCode);