manage-client 3.3.259 → 3.3.261

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.
@@ -21,7 +21,7 @@ var qtx= 'http://36.103.222.144:6300/'
21
21
  // var fuwu = 'http://203.57.101.233:9001'
22
22
  var bendi = 'http://192.168.50.4:8400/'
23
23
  // var bendi = 'http://119.187.112.234:8400/'
24
- var wode = 'http://127.0.0.1:8450/'
24
+ var wode = 'http://192.168.50.4:8400/'
25
25
  // 192.168.
26
26
  // var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
27
27
  // var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
@@ -29,10 +29,6 @@ var proxyTable = {
29
29
  '/rs/logic/exportfile': {
30
30
  target: bendi
31
31
  },
32
- '/api/af-revenue/report': {
33
- pathRewrite: { '^/api/af-revenue/report': '/rs/report' },
34
- target: 'http://127.0.0.1:8450'
35
- },
36
32
  '/api': {
37
33
  target: 'http://192.168.50.4:8400'
38
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.3.259",
3
+ "version": "3.3.261",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {