system-clients 3.2.56 → 3.2.58

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 (34) 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/{6.5.1 → 7.4}/executionHistory/executionHistory.bin +0 -0
  4. package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
  5. package/.gradle/{6.5.1 → 7.4}/fileHashes/fileHashes.bin +0 -0
  6. package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
  7. package/.gradle/7.4/gc.properties +0 -0
  8. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  9. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  10. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  11. package/.gradle/file-system.probe +0 -0
  12. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  13. package/gradle/wrapper/gradle-wrapper.properties +5 -0
  14. package/gradlew +234 -0
  15. package/gradlew.bat +89 -0
  16. package/package.json +1 -1
  17. package/src/components/Main.vue +785 -785
  18. package/src/components/common/ProgressBase.vue +83 -83
  19. package/src/components/parammanage/ParamPage.vue +1 -0
  20. package/src/filiale/chengtou/system.js +5 -5
  21. package/src/filiale/gehua/Main.vue +807 -807
  22. package/src/filiale/gehua/system.js +6 -6
  23. package/src/filiale/qianneng/system.js +8 -8
  24. package/src/filiale/tianyi/Login.vue +571 -0
  25. package/src/filiale/tianyi/system.js +5 -0
  26. package/src/filiale/tongchuan/Login.vue +561 -561
  27. package/src/filiale/zhoukou/Main.vue +807 -807
  28. package/src/filiale/zhoukou/system.js +6 -6
  29. package/static/newStyle/tianyi-logo.png +0 -0
  30. package/.gradle/6.5.1/executionHistory/executionHistory.lock +0 -0
  31. package/.gradle/6.5.1/fileHashes/fileHashes.lock +0 -0
  32. package/.gradle/checksums/checksums.lock +0 -0
  33. /package/.gradle/{6.5.1 → 7.4/dependencies-accessors}/gc.properties +0 -0
  34. /package/.gradle/{6.5.1 → 7.4}/fileChanges/last-build.bin +0 -0
@@ -1,6 +1,6 @@
1
- // 分公司特殊组件页面注册
2
-
3
- let specialComp = {
4
- 'home-page': (resolve) => require(['./Main'], resolve)
5
- }
6
- exports.specialComp = specialComp
1
+ // 分公司特殊组件页面注册
2
+
3
+ let specialComp = {
4
+ 'home-page': (resolve) => require(['./Main'], resolve)
5
+ }
6
+ exports.specialComp = specialComp
Binary file
Binary file