xujing 5 anos atrás
pai
commit
070e78cf5b
4 arquivos alterados com 8 adições e 8 exclusões
  1. 4
    4
      config/dev.js
  2. 1
    1
      config/prod.js
  3. 2
    2
      project.config.json
  4. 1
    1
      src/constants/api.js

+ 4
- 4
config/dev.js Ver arquivo

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"',
10
-    // HOST: '"https://lt.pawoma.cn"',
11
-    // WSS_HOST: '"wss://lt.pawoma.cn"',
8
+    // HOST: '"https://dev.jinchengjiaye.com"',//测试
9
+    // WSS_HOST: '"wss://dev.jinchengjiaye.com"',
10
+    HOST: '"https://lt.pawoma.cn"',
11
+    WSS_HOST: '"wss://lt.pawoma.cn"',
12
     // HOST: '"http://192.168.2.51:8080"',
12
     // HOST: '"http://192.168.2.51:8080"',
13
     // WSS_HOST: '"ws://192.168.2.51:8080"',
13
     // WSS_HOST: '"ws://192.168.2.51:8080"',
14
     Version: 'V3.5.5'
14
     Version: 'V3.5.5'

+ 1
- 1
config/prod.js Ver arquivo

9
     // WSS_HOST: '"wss://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
-    Version:'V3.5.5_2019-12-26'
12
+    Version:'V3.5.5_2019-12-27'
13
   },
13
   },
14
   weapp: {},
14
   weapp: {},
15
   h5: {}
15
   h5: {}

+ 2
- 2
project.config.json Ver arquivo

1
 {
1
 {
2
 	"miniprogramRoot": "dist/",
2
 	"miniprogramRoot": "dist/",
3
 	"projectname": "mini-chengjiao",
3
 	"projectname": "mini-chengjiao",
4
-	"description": "知与行联调",
5
-	"appid": "wxd9ee3a9480a4e544",
4
+	"description": "知与行互动",
5
+	"appid": "wxd6f47a9bb3052175",
6
 	"setting": {
6
 	"setting": {
7
 		"urlCheck": false,
7
 		"urlCheck": false,
8
 		"es6": false,
8
 		"es6": false,

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

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('activityVisitRecord')
186
+export const API_CONSULTANT_VISIT_RECORD = resolvePath('visitRecord')
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')