system-clients 3.2.82 → 3.2.84

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 (42) hide show
  1. package/.gradle/7.4/checksums/checksums.lock +0 -0
  2. package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
  3. package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
  4. package/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
  5. package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
  6. package/.gradle/7.4/fileChanges/last-build.bin +0 -0
  7. package/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
  8. package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
  9. package/.gradle/7.4/gc.properties +0 -0
  10. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  11. package/.gradle/buildOutputCleanup/cache.properties +2 -0
  12. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  13. package/.gradle/file-system.probe +0 -0
  14. package/.gradle/vcs-1/gc.properties +0 -0
  15. package/package.json +2 -2
  16. package/src/components/Main.vue +923 -819
  17. package/src/components/equipment/EquipmentManage.vue +21 -3
  18. package/src/components/equipment/PcAdd.vue +13 -3
  19. package/src/components/equipment/PcList.vue +1 -1
  20. package/src/components/equipment/PcManage.vue +2 -1
  21. package/src/components/equipment/PhoneAdd.vue +18 -7
  22. package/src/components/equipment/PhoneList.vue +2 -1
  23. package/src/components/equipment/PhoneManage.vue +2 -1
  24. package/src/components/server/Login.vue +577 -564
  25. package/src/components/server/ModifyPw.vue +1 -1
  26. package/src/components/server/ResSelect.vue +12 -1
  27. package/src/components/server/ResSelectGroup.vue +6 -0
  28. package/src/components/server/RightTree.vue +1 -1
  29. package/src/filiale/konggang/system.js +1 -1
  30. package/src/filiale/qianneng/Login.vue +577 -0
  31. package/src/filiale/qianneng/ModifyPw.vue +2 -2
  32. package/src/filiale/qianneng/system.js +3 -0
  33. package/src/filiale/shiquan/Login.vue +564 -0
  34. package/src/filiale/shiquan/system.js +8 -0
  35. package/src/filiale/tongchuan/Main.vue +1019 -0
  36. package/src/filiale/tongchuan/system.js +2 -2
  37. package/src/plugins/GetLoginInfoService.js +3 -0
  38. package/src/plugins/validation.js +1 -1
  39. package/src/stores/AppData.js +1 -1
  40. package/src/styles/less/aofeng/standard.less +4 -4
  41. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +5 -1
  42. package/static/newStyle/1959d3b6480f4485b2e32446f762960c.jpg +0 -0
File without changes
@@ -0,0 +1,2 @@
1
+ #Thu Aug 03 14:29:00 CST 2023
2
+ gradle.version=7.4
Binary file
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-clients",
3
- "version": "3.2.82",
3
+ "version": "3.2.84",
4
4
  "description": "系统基础框架",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -79,7 +79,7 @@
79
79
  "style": "0.0.3",
80
80
  "style-loader": "^0.20.3",
81
81
  "url-loader": "^0.5.7",
82
- "vue-client": "1.24.79",
82
+ "vue-client": "1.24.107-test",
83
83
  "vue-hot-reload-api": "^1.2.0",
84
84
  "vue-html-loader": "^1.0.0",
85
85
  "vue-loader": "^8.2.1",