apply-clients 3.4.88-21 → 3.4.88-22

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,10 +8,13 @@ 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
+ '/apply/rs/entity': {
16
+ target: ldap
17
+ },
15
18
  '/rs/logic/getSaleInitData': {
16
19
  target: ldap
17
20
  },
@@ -110,10 +113,10 @@ app.use(hotMiddleware)
110
113
  // serve pure static assets
111
114
  app.use('/static', express.static('./static'))
112
115
 
113
- module.exports = app.listen(8800, function (err) {
116
+ module.exports = app.listen(8300, function (err) {
114
117
  if (err) {
115
118
  console.log(err)
116
119
  return
117
120
  }
118
- console.log('Listening at http://localhost:8800')
121
+ console.log('Listening at http://localhost:8300')
119
122
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "3.4.88-21",
3
+ "version": "3.4.88-22",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {