xujing 5 anos atrás
pai
commit
dc164103fb
2 arquivos alterados com 5 adições e 5 exclusões
  1. 4
    4
      config/dev.js
  2. 1
    1
      src/constants/api.js

+ 4
- 4
config/dev.js Ver arquivo

@@ -5,12 +5,12 @@ module.exports = {
5 5
   defineConstants: {
6 6
     // HOST: '"http://47.101.36.130:8085"',//测试
7 7
     // WSS_HOST: '"wss://47.101.36.130:8085"',
8
-    HOST: '"https://dev.jinchengjiaye.com"',//测试
9
-    WSS_HOST: '"wss://dev.jinchengjiaye.com"',
8
+    // HOST: '"https://dev.jinchengjiaye.com"',//测试
9
+    // WSS_HOST: '"wss://dev.jinchengjiaye.com"',
10 10
     // HOST: '"https://lt.pawoma.cn"',
11 11
     // WSS_HOST: '"wss://lt.pawoma.cn"',
12
-    // HOST: '"http://192.168.2.51:8080"',
13
-    // WSS_HOST: '"ws://192.168.2.51:8080"',
12
+    HOST: '"http://192.168.2.51:8080"',
13
+    WSS_HOST: '"ws://192.168.2.51:8080"',
14 14
     Version: 'V3.5.5'
15 15
   },
16 16
   weapp: {},

+ 1
- 1
src/constants/api.js Ver arquivo

@@ -183,7 +183,7 @@ export const API_SEX_INFO = resolvePath('genderStatistic')
183 183
 export const API_ECHERTS_DAILY = resolvePath('customerStatisticDaily')
184 184
 export const API_ECHERTS_MONTH = resolvePath('customerStatisticMonthly')
185 185
 export const API_BUILDING_TYPE = resolvePath('getByBuildingIdSelectBuildingProjectType')
186
-export const API_CONSULTANT_VISIT_RECORD = resolvePath('visitRecord')
186
+export const API_CONSULTANT_VISIT_RECORD = resolvePath('activityVisitRecord')
187 187
 export const API_MORE_ACTIVITY = resolvePath('visitRecord/activity')
188 188
 export const API_SHARE_LIST = resolvePath('shareRecords')
189 189
 export const API_SHARE_INFOLIST = resolvePath('sharePersonInfoList')