apply-clients 3.4.82 → 3.4.83-1

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.
@@ -8,11 +8,10 @@ var compiler = webpack(config)
8
8
  // var proxy = httpProxy.createProxyServer()
9
9
  // var ldap = 'http://121.36.79.201:8400'
10
10
  // var applyinstall = 'http://121.36.79.201:8400'
11
- var ldap = 'http://221.193.244.147:8400'
12
- var applyinstall = 'http://221.193.244.147:8400'
11
+ var ldap = 'http://113.219.193.157:8100/'
12
+ var applyinstall = 'http://113.219.193.157:8100/'
13
13
 
14
14
  var proxyTable = {
15
-
16
15
  '/rs/logic/getSaleInitData': {
17
16
  target: ldap
18
17
  },
@@ -111,10 +110,10 @@ app.use(hotMiddleware)
111
110
  // serve pure static assets
112
111
  app.use('/static', express.static('./static'))
113
112
 
114
- module.exports = app.listen(8300, function (err) {
113
+ module.exports = app.listen(8301, function (err) {
115
114
  if (err) {
116
115
  console.log(err)
117
116
  return
118
117
  }
119
- console.log('Listening at http://localhost:8300')
118
+ console.log('Listening at http://localhost:8301')
120
119
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "3.4.82",
3
+ "version": "3.4.83-1",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {