apply-clients 3.4.88-21 → 3.4.88-23

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 (29) hide show
  1. package/build/dev-server.js +7 -4
  2. package/package.json +1 -1
  3. package/src/components/android/Ignition/VentilationIgnition.vue +312 -312
  4. package/src/components/android/Ignition/VentilationIgnitionHandle.vue +353 -353
  5. package/src/components/product/ApplyCharge/ApplyChargeList.vue +476 -470
  6. package/src/components/product/Function/InstallInfoSelect.vue +326 -320
  7. package/src/components/product/Function/Service/FunctionServiceControl.vue +497 -497
  8. package/src/components/product/Ignition/IgnitionListManage.vue +420 -420
  9. package/src/components/product/Material/MaterialDetailed.vue +268 -262
  10. package/src/components/product/Process/ExplorationSelect.vue +491 -485
  11. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +203 -203
  12. package/src/components/product/Process/Service/ServiceControl.vue +1926 -1928
  13. package/src/components/product/Stop/StopApplyList.vue +277 -271
  14. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +881 -882
  15. package/src/components/product/Supervisory/SupervisoryList.vue +410 -404
  16. package/src/filiale/hongda/android/AppAddMaterialScience.vue +404 -404
  17. package/src/filiale/hongda/android/AppExplorationUser.vue +507 -507
  18. package/src/filiale/hongda/pc/ApplyChargeList.vue +479 -475
  19. package/src/filiale/hongda/pc/ExplorationSelect.vue +491 -485
  20. package/src/filiale/hongda/pc/ServiceControl.vue +1929 -1930
  21. package/src/filiale/hongda/pc/addMaterialScience.vue +600 -598
  22. package/src/filiale/hongda/pc/chargeManagement.vue +684 -683
  23. package/src/filiale/hongda/pc.js +14 -14
  24. package/src/filiale/shexian/android/AppInstallationDetails.vue +2 -2
  25. package/src/filiale/shexian/android/AppServiceView.vue +746 -746
  26. package/src/filiale/shexian/pc/ExplorationSelect.vue +490 -477
  27. package/src/filiale/shexian/pc/InstallationDetails.vue +639 -639
  28. package/src/filiale/shexian/pc/ServiceView.vue +1025 -1025
  29. package/src/main.js +23 -23
@@ -8,10 +8,13 @@ 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://221.193.244.147:8400'
12
- var applyinstall = 'http://221.193.244.147:8400'
11
+ var ldap = 'http://113.219.193.157:8100/'
12
+ var applyinstall = 'http://113.219.193.157:8100/'
13
13
 
14
14
  var proxyTable = {
15
+ '/apply/rs/entity': {
16
+ target: ldap
17
+ },
15
18
  '/rs/logic/getSaleInitData': {
16
19
  target: ldap
17
20
  },
@@ -110,10 +113,10 @@ app.use(hotMiddleware)
110
113
  // serve pure static assets
111
114
  app.use('/static', express.static('./static'))
112
115
 
113
- module.exports = app.listen(8800, function (err) {
116
+ module.exports = app.listen(8300, function (err) {
114
117
  if (err) {
115
118
  console.log(err)
116
119
  return
117
120
  }
118
- console.log('Listening at http://localhost:8800')
121
+ console.log('Listening at http://localhost:8300')
119
122
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "3.4.88-21",
3
+ "version": "3.4.88-23",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {