apply-clients 3.4.88-8 → 3.4.88-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.
Files changed (30) hide show
  1. package/build/dev-server.js +2 -2
  2. package/package.json +1 -1
  3. package/src/components/android/Ignition/VentilationIgnition.vue +408 -312
  4. package/src/components/android/Ignition/VentilationIgnitionHandle.vue +455 -353
  5. package/src/components/product/Ignition/IgnitionListManage.vue +420 -420
  6. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +203 -203
  7. package/src/filiale/hongda/android/AppAddMaterialScience.vue +405 -405
  8. package/src/filiale/hongda/android/AppExplorationUser.vue +507 -507
  9. package/src/filiale/hongda/pc/ApplyChargeList.vue +475 -475
  10. package/src/filiale/hongda/pc/ServiceView.vue +1121 -1121
  11. package/src/filiale/hongda/pc/addMaterialScience.vue +558 -558
  12. package/src/filiale/hongda/pc/chargeManagement.vue +683 -683
  13. package/src/filiale/hongda/pc/printChargepc.vue +132 -132
  14. package/src/filiale/hongda/pc/printactivatecard.vue +153 -153
  15. package/src/filiale/hongda/pc/printinstall.vue +105 -105
  16. package/src/filiale/hongda/pc.js +14 -14
  17. package/src/filiale/shexian/android/AppExplorationUser.vue +630 -630
  18. package/src/filiale/shexian/android/AppInstallationDetails.vue +498 -498
  19. package/src/filiale/shexian/android/AppServiceView.vue +745 -745
  20. package/src/filiale/shexian/pc/ApplyChargeList.vue +471 -0
  21. package/src/filiale/shexian/pc/ExplorationSelect.vue +477 -477
  22. package/src/filiale/shexian/pc/InstallInfoSelect.vue +320 -0
  23. package/src/filiale/shexian/pc/InstallationDetails.vue +637 -637
  24. package/src/filiale/shexian/pc/ServiceControl.vue +1956 -1956
  25. package/src/filiale/shexian/pc/StopApplyList.vue +271 -0
  26. package/src/filiale/shexian/pc/SupervisoryList.vue +405 -0
  27. package/src/filiale/shexian/pc/SupervisoryServiceControl.vue +902 -902
  28. package/src/filiale/shexian/pc/chargeManagement.vue +654 -654
  29. package/src/filiale/shexian/pc.js +15 -11
  30. 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://113.219.193.157:8100/'
12
- var applyinstall = 'http://113.219.193.157:8100/'
11
+ var ldap = 'http://221.193.244.147:8400'
12
+ var applyinstall = 'http://221.193.244.147:8400'
13
13
 
14
14
  var proxyTable = {
15
15
  '/rs/logic/getSaleInitData': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "3.4.88-8",
3
+ "version": "3.4.88-9",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {