소스 검색

增加 www

wzy 9 달 전
부모
커밋
9dfc3e7b17
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/shop/exchange/index.vue

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

@@ -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}`
             }