apply-clients 3.5.6-2 → 3.5.6-21

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.
Files changed (25) hide show
  1. package/build/dev-server.js +4 -4
  2. package/package.json +1 -1
  3. package/src/filiale/dingcheng/android/AppInstallationDetails.vue +477 -478
  4. package/src/filiale/dingcheng/pc/InstallationDetails.vue +607 -608
  5. package/src/filiale/fugou/android/AppDevicesManagement.vue +516 -521
  6. package/src/filiale/fugou/android/AppInstallationDetails.vue +541 -542
  7. package/src/filiale/fugou/pc/ServiceControl.vue +9 -0
  8. package/src/filiale/gongyi/pc/chargeManagement.vue +765 -765
  9. package/src/filiale/jinhuang/pc/Applybatchdispatch.vue +770 -0
  10. package/src/filiale/jinhuang/pc/ContractList.vue +222 -220
  11. package/src/filiale/jinhuang/pc/ServiceControl.vue +2016 -2016
  12. package/src/filiale/jinhuang/pc/SupervisoryList.vue +478 -459
  13. package/src/filiale/jinhuang/pc.js +2 -1
  14. package/src/filiale/shexian/android/AppServiceControl.vue +18 -1
  15. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +1 -1
  16. package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +1 -1
  17. package/src/filiale/yangchunboneng/android/AppOtherChargeList.vue +281 -0
  18. package/src/filiale/yangchunboneng/android/AppServiceControl.vue +4 -0
  19. package/src/filiale/yangchunboneng/android.js +2 -1
  20. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +622 -612
  21. package/src/filiale/yangchunboneng/pc/InstallInfoSelect.vue +400 -365
  22. package/src/filiale/yangchunboneng/pc/ServiceControl.vue +4 -0
  23. package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +30 -3
  24. package/src/filiale/yangchunboneng/pc/chargeManagement.vue +9 -6
  25. package/src/main.js +1 -1
@@ -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://www.hnczjhgas.com:31467'
12
+ var applyinstall = 'http://www.hnczjhgas.com:31467'
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(31785, 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:31785')
137
137
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "3.5.6-2",
3
+ "version": "3.5.6-21",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {