Browse Source

信息修改

1002884655 3 years ago
parent
commit
173f394c15
2 changed files with 5 additions and 5 deletions
  1. 4
    4
      config/prod.js
  2. 1
    1
      src/pages/index/activityDetail/index.jsx

+ 4
- 4
config/prod.js View File

@@ -3,10 +3,10 @@ module.exports = {
3 3
     NODE_ENV: '"production"'
4 4
   },
5 5
   defineConstants: {
6
-    HOST: '"https://www.newhousehold.cn"', //正式
7
-    WSS_HOST: '"wss://www.newhousehold.cn"',
8
-    // HOST: '"https://xlk.njyz.tech"', //正式
9
-    // WSS_HOST: '"wss://xlk.njyz.tech"',
6
+    // HOST: '"https://www.newhousehold.cn"', //正式
7
+    // WSS_HOST: '"wss://www.newhousehold.cn"',
8
+    HOST: '"https://xlk.njyz.tech"', //正式
9
+    WSS_HOST: '"wss://xlk.njyz.tech"',
10 10
     OSS_PATH: '"https://xlk-assets.oss-cn-shanghai.aliyuncs.com/"',
11 11
     OSS_FAST_PATH: '"https://xlk-assets.oss-cn-shanghai.aliyuncs.com/"',
12 12
     ICON_FONT: '"https://yz-websit.oss-cn-hangzhou.aliyuncs.com/xlk/css/iconfont.ttf"',

+ 1
- 1
src/pages/index/activityDetail/index.jsx View File

@@ -74,7 +74,7 @@ export default withLayout((props) => {
74 74
           // image: shareContent.shareContentImg || getImgURL(detail?.imgUrl),
75 75
           image: '',
76 76
         },
77
-        fullTrackData
77
+        {...fullTrackData, eventType: detail.type || 'dymic' }
78 78
       );
79 79
     }
80 80
   }, [trackData, detail])