Browse Source

二维码测试

wzy 8 months ago
parent
commit
510465084b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/shop/exchange/index.vue

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

@@ -94,7 +94,7 @@ export default {
             // 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 = ""
-            if(process.env.ENV == "staging"){
+            if(process.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}`