apply-clients 7.1.36-yuchuan-28 → 7.1.36-yuchuan-29

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.
@@ -6,14 +6,14 @@ var proxyMiddleware = require('http-proxy-middleware')
6
6
  var app = express()
7
7
  var compiler = webpack(config)
8
8
  // var proxy = httpProxy.createProxyServer()
9
- // var ldap = 'http://193.168.1.44:8600'
9
+ var ldap = 'http://193.168.1.44:8600'
10
10
  // var applyinstall = 'http://121.36.79.201:8400'
11
11
  // var ldap = 'http://193.168.1.64:8082'
12
- var ldap = 'http://61.134.61.238:8655'
13
- var applyinstall = 'http://61.134.61.238:8655'
14
- // var applyinstall = 'http://193.168.1.44:8600'
15
- // var fadada = 'http://193.168.1.44:8600'
16
- var fadada = 'http://61.134.61.238:8655'
12
+ // var ldap = 'http://61.134.61.238:8655'
13
+ // var applyinstall = 'http://61.134.61.238:8655'
14
+ var applyinstall = 'http://193.168.1.44:8600'
15
+ var fadada = 'http://193.168.1.44:8600'
16
+ // var fadada = 'http://61.134.61.238:8655'
17
17
  // var fadada = 'http://127.0.0.1:8080/'
18
18
  var proxyTable = {
19
19
  '/testfiles': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "7.1.36-yuchuan-28",
3
+ "version": "7.1.36-yuchuan-29",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {