sale-client 3.5.123 → 3.5.125

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.
File without changes
@@ -0,0 +1,2 @@
1
+ #Thu Nov 10 15:53:56 CST 2022
2
+ gradle.version=5.2.1
File without changes
@@ -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 = 'http://192.168.50.4:8400'
16
- var fuwu = 'http://121.36.106.17:8400'
15
+ var fuwu = 'https://qnjtkf.cn:7400/'
16
+ //var fuwu = 'http://39.99.85.14:8400'
17
17
  // var fuwu = 'http://121.36.106.17:8400/'
18
18
  // 铜川正式
19
19
  // var fuwu = 'http://61.134.55.234:9999/'
@@ -68,6 +68,9 @@ var proxyTable = {
68
68
  '/rs/file': {
69
69
  target: fuwu
70
70
  },
71
+ '/afServer': {
72
+ target: fuwu
73
+ },
71
74
  '/files': {
72
75
  target: fuwu
73
76
  },
@@ -121,13 +124,13 @@ var proxyTable = {
121
124
  target: fuwu
122
125
  },
123
126
  '/rs/report': {
124
- target: 'http://121.36.106.17:8400/'
127
+ target: 'http://localhost:8083'
125
128
  },
126
129
  '/rs/vue': {
127
130
  target: fuwu
128
131
  },
129
132
  '/webmeter': {
130
- target: 'http://192.168.50.4:8450'
133
+ target: fuwu
131
134
  },
132
135
  '/rs': {
133
136
  // target: 'http://192.168.30.63:8081/'
@@ -184,10 +187,10 @@ app.use(hotMiddleware)
184
187
  // serve pure static assets
185
188
  app.use('/static', express.static('./static'))
186
189
 
187
- module.exports = app.listen(8089, function (err) {
190
+ module.exports = app.listen(8085, function (err) {
188
191
  if (err) {
189
192
  console.log(err)
190
193
  return
191
194
  }
192
- console.log('Listening at http://localhost:8089')
195
+ console.log('Listening at http://localhost:8085')
193
196
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.5.123",
3
+ "version": "3.5.125",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {