xujing 5 years ago
parent
commit
dc164103fb
2 changed files with 5 additions and 5 deletions
  1. 4
    4
      config/dev.js
  2. 1
    1
      src/constants/api.js

+ 4
- 4
config/dev.js View File

5
   defineConstants: {
5
   defineConstants: {
6
     // HOST: '"http://47.101.36.130:8085"',//测试
6
     // HOST: '"http://47.101.36.130:8085"',//测试
7
     // WSS_HOST: '"wss://47.101.36.130:8085"',
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
     // HOST: '"https://lt.pawoma.cn"',
10
     // HOST: '"https://lt.pawoma.cn"',
11
     // WSS_HOST: '"wss://lt.pawoma.cn"',
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
     Version: 'V3.5.5'
14
     Version: 'V3.5.5'
15
   },
15
   },
16
   weapp: {},
16
   weapp: {},

+ 1
- 1
src/constants/api.js View File

183
 export const API_ECHERTS_DAILY = resolvePath('customerStatisticDaily')
183
 export const API_ECHERTS_DAILY = resolvePath('customerStatisticDaily')
184
 export const API_ECHERTS_MONTH = resolvePath('customerStatisticMonthly')
184
 export const API_ECHERTS_MONTH = resolvePath('customerStatisticMonthly')
185
 export const API_BUILDING_TYPE = resolvePath('getByBuildingIdSelectBuildingProjectType')
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
 export const API_MORE_ACTIVITY = resolvePath('visitRecord/activity')
187
 export const API_MORE_ACTIVITY = resolvePath('visitRecord/activity')
188
 export const API_SHARE_LIST = resolvePath('shareRecords')
188
 export const API_SHARE_LIST = resolvePath('shareRecords')
189
 export const API_SHARE_INFOLIST = resolvePath('sharePersonInfoList')
189
 export const API_SHARE_INFOLIST = resolvePath('sharePersonInfoList')