manage-client 3.2.210 → 3.2.212

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.
@@ -19,7 +19,8 @@ var qtx= 'http://36.103.222.144:6300/'
19
19
  // var bendi = 'http://203.57.101.233:8400/'
20
20
  // var bendi = 'http://121.36.106.17:8400/'
21
21
  // var fuwu = 'http://203.57.101.233:9001'
22
- var bendi = 'http://192.168.50.4:8400'
22
+ // var bendi = 'http://192.168.50.4:8400'
23
+ var bendi = 'http://119.187.112.234:8400/'
23
24
  // 192.168.
24
25
  // var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
25
26
  // var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
@@ -186,5 +187,5 @@ module.exports = app.listen(8015, function (err) {
186
187
  console.log(err)
187
188
  return
188
189
  }
189
- console.log('Listening at http://localhost:8085')
190
+ console.log('Listening at http://localhost:8015')
190
191
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.2.210",
3
+ "version": "3.2.212",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {