Procházet zdrojové kódy

优化了兑换专区二维码

wzy před 8 měsíci
rodič
revize
9918667196
1 změnil soubory, kde provedl 8 přidání a 1 odebrání
  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);