manage-client 3.2.196 → 3.2.198

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,7 +16,7 @@ var qtx= 'http://36.103.222.144:6300/'
16
16
  // var bendi = 'http://220.194.141.253:8600/'
17
17
  // var bendi = 'http://203.57.101.233:9001'
18
18
  // var bendi = 'http://172.168.1.11:9001/'
19
- var bendi = 'http://219.138.226.181:8401'
19
+ var bendi = 'http://203.57.101.233:8400/'
20
20
  // var bendi = 'http://121.36.106.17:8400/'
21
21
  // var fuwu = 'http://203.57.101.233:9001'
22
22
  var system = 'http://192.168.50.4:8400'
@@ -27,18 +27,18 @@ var proxyTable = {
27
27
  '/rs/logic/exportfile': {
28
28
  target: bendi
29
29
  },
30
- '/rs/sql/otherChargeQuery': {
31
- target: 'http://localhost:8080/'
32
- },
33
- '/rs/sql/BusinessType': {
34
- target: 'http://localhost:8080/'
35
- },
36
- '/rs/logic/getBatchOperaPro': {
37
- target: 'http://localhost:8080/'
38
- },
39
- '/rs/customExport/areaChargeExportExcel': {
40
- target: 'http://localhost:8080/'
41
- },
30
+ // '/rs/sql/otherChargeQuery': {
31
+ // target: 'http://localhost:8080/'
32
+ // },
33
+ // '/rs/sql/BusinessType': {
34
+ // target: 'http://localhost:8080/'
35
+ // },
36
+ // '/rs/logic/getBatchOperaPro': {
37
+ // target: 'http://localhost:8080/'
38
+ // },
39
+ // '/rs/customExport/areaChargeExportExcel': {
40
+ // target: 'http://localhost:8080/'
41
+ // },
42
42
  '/files': {
43
43
  target: bendi
44
44
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.2.196",
3
+ "version": "3.2.198",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {