xujing před 5 roky
rodič
revize
070e78cf5b
4 změnil soubory, kde provedl 8 přidání a 8 odebrání
  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 Zobrazit soubor

@@ -5,10 +5,10 @@ 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"',
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 12
     // HOST: '"http://192.168.2.51:8080"',
13 13
     // WSS_HOST: '"ws://192.168.2.51:8080"',
14 14
     Version: 'V3.5.5'

+ 1
- 1
config/prod.js Zobrazit soubor

@@ -9,7 +9,7 @@ module.exports = {
9 9
     // WSS_HOST: '"wss://dev.jinchengjiaye.com"',
10 10
     HOST: '"https://lt.pawoma.cn"',
11 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 14
   weapp: {},
15 15
   h5: {}

+ 2
- 2
project.config.json Zobrazit soubor

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

+ 1
- 1
src/constants/api.js Zobrazit soubor

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