sale-client 3.5.125 → 3.5.126

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.
@@ -12,8 +12,8 @@ var compiler = webpack(config)
12
12
  // https://github.com/chimurai/http-proxy-middleware
13
13
  var bendi = 'http://121.36.106.17:8400', bendi1 = 'http://121.36.106.17:8400/'
14
14
  // 公司测试服务
15
- var fuwu = 'https://qnjtkf.cn:7400/'
16
- //var fuwu = 'http://39.99.85.14:8400'
15
+ // var fuwu = 'http://192.168.50.4:8400'
16
+ var fuwu = 'http://192.168.50.4:8400'
17
17
  // var fuwu = 'http://121.36.106.17:8400/'
18
18
  // 铜川正式
19
19
  // var fuwu = 'http://61.134.55.234:9999/'
@@ -68,9 +68,6 @@ var proxyTable = {
68
68
  '/rs/file': {
69
69
  target: fuwu
70
70
  },
71
- '/afServer': {
72
- target: fuwu
73
- },
74
71
  '/files': {
75
72
  target: fuwu
76
73
  },
@@ -124,13 +121,13 @@ var proxyTable = {
124
121
  target: fuwu
125
122
  },
126
123
  '/rs/report': {
127
- target: 'http://localhost:8083'
124
+ target: 'http://121.36.106.17:8400/'
128
125
  },
129
126
  '/rs/vue': {
130
127
  target: fuwu
131
128
  },
132
129
  '/webmeter': {
133
- target: fuwu
130
+ target: 'http://192.168.50.4:8450'
134
131
  },
135
132
  '/rs': {
136
133
  // target: 'http://192.168.30.63:8081/'
@@ -192,5 +189,5 @@ module.exports = app.listen(8085, function (err) {
192
189
  console.log(err)
193
190
  return
194
191
  }
195
- console.log('Listening at http://localhost:8085')
192
+ console.log('Listening at http://localhost:8089')
196
193
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.5.125",
3
+ "version": "3.5.126",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {