system-clients 3.1.94-aode → 3.1.96

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 (77) hide show
  1. package/.eslintrc.js +16 -16
  2. package/.gradle/{5.5 → 5.2.1}/gc.properties +0 -0
  3. package/{dist/static/.gitkeep → .gradle/buildOutputCleanup/built.bin} +0 -0
  4. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  5. package/.gradle/buildOutputCleanup/cache.properties.lock +1 -0
  6. package/SystemClient.iml +1 -1
  7. package/build/webpack.base.conf.js +17 -14
  8. package/package.json +4 -4
  9. package/src/components/Main.vue +622 -508
  10. package/src/components/TabButton.vue +201 -0
  11. package/src/components/Tabs.vue +67 -0
  12. package/src/components/equipment/EquipmentManage.vue +65 -65
  13. package/src/components/equipment/PcAdd.vue +5 -5
  14. package/src/components/equipment/PcList.vue +5 -5
  15. package/src/components/equipment/PhoneAdd.vue +4 -4
  16. package/src/components/equipment/PhoneList.vue +4 -4
  17. package/src/components/equipment/PosAdd.vue +323 -137
  18. package/src/components/equipment/PosList.vue +294 -164
  19. package/src/components/equipment/PosManage.vue +138 -67
  20. package/src/components/equipment/PosManageBoth.vue +125 -0
  21. package/src/components/equipment/PosParamAdd.vue +236 -0
  22. package/src/components/equipment/PosParamList.vue +121 -0
  23. package/src/components/equipment/PosParamManage.vue +51 -0
  24. package/src/components/parammanage/ParamManage.vue +2 -2
  25. package/src/components/parammanage/ParamPage.vue +7 -7
  26. package/src/components/parammanage/SinglePage.vue +4 -4
  27. package/src/components/server/ImageVieweTest.vue +56 -0
  28. package/src/components/server/ImageViewer.vue +350 -0
  29. package/src/components/server/Login.vue +70 -47
  30. package/src/components/server/PcdBuildingSelect.vue +241 -0
  31. package/src/components/server/ResSelect.vue +5 -0
  32. package/src/components/server/ResSelectGroup.vue +155 -118
  33. package/src/components/server/RightTree.vue +262 -257
  34. package/src/plugins/GetLoginInfoService.js +514 -514
  35. package/src/styles/less/aofeng/standard.less +446 -60
  36. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +13 -13
  37. package/src/styles/less/aofeng/themeOne/systemStyle.less +18 -18
  38. package/src/styles/less/manageStyle/manageStyle/manageChile.less +180 -0
  39. package/src/styles/less/manageStyle/manageStyle/manageStyle.less +1102 -0
  40. package/src/styles/less/manageStyle/manageStyle/safeStyle.less +498 -0
  41. package/src/styles/less/tables.less +50 -0
  42. package/src/styles/less/type.less +16 -3
  43. package/src/styles/less/variables.less +6 -3
  44. package/src/system.js +93 -83
  45. package/static/{ewmlogo.png → logo.png} +0 -0
  46. package/static/newStyle/about-us.png +0 -0
  47. package/yarn-error.log +6896 -0
  48. package/.gradle/5.5/fileChanges/last-build.bin +0 -0
  49. package/.gradle/5.5/fileHashes/fileHashes.lock +0 -0
  50. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  51. package/.npmignore +0 -10
  52. package/build/.npmignore +0 -1
  53. package/dist/static/batchleft.png +0 -0
  54. package/dist/static/batchright.png +0 -0
  55. package/dist/static/bluemainbg.jpg +0 -0
  56. package/dist/static/huangtengbiaozhi.png +0 -0
  57. package/dist/static/login_bg.jpg +0 -0
  58. package/dist/static/login_title.png +0 -0
  59. package/dist/static/login_title1.png +0 -0
  60. package/dist/static/loginbg.jpg +0 -0
  61. package/dist/static/loginlogo.png +0 -0
  62. package/dist/static/main_logo.png +0 -0
  63. package/dist/static/mainbg.jpg +0 -0
  64. package/dist/static/menulogo.png +0 -0
  65. package/dist/static/newmainbg.jpg +0 -0
  66. package/dist/static/psicon.png +0 -0
  67. package/dist/static/singleleft.png +0 -0
  68. package/dist/static/singleright.png +0 -0
  69. package/dist/static/treeopen.png +0 -0
  70. package/dist/static/treeout.png +0 -0
  71. package/dist/static/treeset.png +0 -0
  72. package/dist/static/usericon.png +0 -0
  73. package/dist/static/xinxi.png +0 -0
  74. package/package-lock.json +0 -10507
  75. package/src/.npmignore +0 -1
  76. package/static/aodelogo.png +0 -0
  77. package/static/aodenewlogo.png +0 -0
package/.npmignore DELETED
@@ -1,10 +0,0 @@
1
- src/bootstrap
2
- .idea/
3
- .DS_Store
4
- node_modules/
5
- dist/static/*.map
6
- npm-debug.log
7
- selenium-debug.log
8
- test/unit/coverage
9
- test/e2e/reports
10
- yarn.lock
package/build/.npmignore DELETED
@@ -1 +0,0 @@
1
- /dev-server.js
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file