apply-clients 3.5.6-8 → 3.5.6-9

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,8 +8,8 @@ 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://61.163.123.47:31785'
12
- var applyinstall = 'http://61.163.123.47:31785'
11
+ var ldap = 'http://125.46.75.142:6010'
12
+ var applyinstall = 'http://125.46.75.142:6010'
13
13
 
14
14
  var proxyTable = {
15
15
  '/api': {
@@ -128,10 +128,10 @@ app.use(hotMiddleware)
128
128
  // serve pure static assets
129
129
  app.use('/static', express.static('./static'))
130
130
 
131
- module.exports = app.listen(31467, function (err) {
131
+ module.exports = app.listen(6010, function (err) {
132
132
  if (err) {
133
133
  console.log(err)
134
134
  return
135
135
  }
136
- console.log('Listening at http://localhost:31467')
136
+ console.log('Listening at http://localhost:6010')
137
137
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "3.5.6-8",
3
+ "version": "3.5.6-9",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {