Browse Source

增加地址

wzy 8 months ago
parent
commit
7d2b4f9cda
4 changed files with 8 additions and 7 deletions
  1. 1 1
      .env.development
  2. 1 1
      .env.production
  3. 2 2
      .env.staging
  4. 4 3
      src/views/shop/exchange/index.vue

+ 1 - 1
.env.development

@@ -1,5 +1,5 @@
 # just a flag
-ENV = 'development'
+VUE_APP_ENV = 'development'
 
 # base api
 VUE_APP_BASE_API = '/dev-api'

+ 1 - 1
.env.production

@@ -1,5 +1,5 @@
 # just a flag
-ENV = 'production'
+VUE_APP_ENV = 'production'
 
 # base api
 VUE_APP_BASE_API = '/prod-api'

+ 2 - 2
.env.staging

@@ -1,7 +1,7 @@
-NODE_ENV = production
+NODE_ENV = "staging"
 
 # just a flag
-ENV = 'staging'
+VUE_APP_ENV = 'staging'
 
 # base api
 VUE_APP_BASE_API = '/stage-api'

+ 4 - 3
src/views/shop/exchange/index.vue

@@ -94,10 +94,11 @@ 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 == "staging"){
-                urlCode = `https://test.tuanfengkeji.cn/TFShop_Uni_H5/#/another-tf/another-user/exchange/index?shopId=${shopId}&shopName=${this.codeInfo.shopName}`
-            }else{
+            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}`
+            }else{
+                urlCode = `https://test.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 生成二维码链接