LHB преди 2 години
родител
ревизия
23bb4715d1
променени са 41 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      .gitignore
  2. 0 0
      README.md
  3. 0 0
      babel.config.js
  4. 0 0
      package-lock.json
  5. 0 0
      package.json
  6. 0 0
      public/favicon.ico
  7. 0 0
      public/index.html
  8. 0 0
      src/App.vue
  9. 0 0
      src/assets/image/blueairplane.png
  10. 0 0
      src/assets/image/blueradar.png
  11. 0 0
      src/assets/image/main-bg.png
  12. 0 0
      src/assets/image/map-bg.png
  13. 0 0
      src/assets/image/redairplane.png
  14. 0 0
      src/assets/image/redmissile.png
  15. 0 0
      src/assets/svg/index.js
  16. 0 0
      src/assets/svg/redairplane.svg
  17. 0 0
      src/components/svgIcon/index.vue
  18. 0 0
      src/layout/Aside/index.vue
  19. 0 0
      src/layout/Footer/index.vue
  20. 0 0
      src/layout/Header/index.vue
  21. 0 0
      src/layout/Main/index.vue
  22. 0 0
      src/layout/index.js
  23. 0 0
      src/layout/index.vue
  24. 0 0
      src/main.js
  25. 0 0
      src/router/index.js
  26. 0 0
      src/store/getters.js
  27. 0 0
      src/store/index.js
  28. 0 0
      src/store/modules/app.js
  29. 0 0
      src/utils/websocket.js
  30. 0 0
      src/views/ECMManager/index.vue
  31. 0 0
      src/views/dataManagement/index.vue
  32. 0 0
      src/views/functionalityManagement/index.vue
  33. 0 0
      src/views/networkManagement/index.vue
  34. 0 0
      src/views/opticalInvestigation/index.vue
  35. 0 0
      src/views/radarInvestigation/index.vue
  36. 0 0
      src/views/sarInvestigation/index.vue
  37. 0 0
      src/views/situation/index.vue
  38. 0 0
      src/views/taskManagement/index.vue
  39. 0 0
      src/views/telecomInvestigation/index.vue
  40. 0 0
      src/views/thaadInvestigation/index.vue
  41. 0 0
      vue.config.js

+ 3 - 1
.gitignore

@@ -1,2 +1,4 @@
 vue/dist
-vue/node_modules
+vue/node_modules
+dist
+node_modules

+ 0 - 0
vue/README.md → README.md


+ 0 - 0
vue/babel.config.js → babel.config.js


+ 0 - 0
vue/package-lock.json → package-lock.json


+ 0 - 0
vue/package.json → package.json


+ 0 - 0
vue/public/favicon.ico → public/favicon.ico


+ 0 - 0
vue/public/index.html → public/index.html


+ 0 - 0
vue/src/App.vue → src/App.vue


+ 0 - 0
vue/src/assets/image/blueairplane.png → src/assets/image/blueairplane.png


+ 0 - 0
vue/src/assets/image/blueradar.png → src/assets/image/blueradar.png


+ 0 - 0
vue/src/assets/image/main-bg.png → src/assets/image/main-bg.png


+ 0 - 0
vue/src/assets/image/map-bg.png → src/assets/image/map-bg.png


+ 0 - 0
vue/src/assets/image/redairplane.png → src/assets/image/redairplane.png


+ 0 - 0
vue/src/assets/image/redmissile.png → src/assets/image/redmissile.png


+ 0 - 0
vue/src/assets/svg/index.js → src/assets/svg/index.js


+ 0 - 0
vue/src/assets/svg/redairplane.svg → src/assets/svg/redairplane.svg


+ 0 - 0
vue/src/components/svgIcon/index.vue → src/components/svgIcon/index.vue


+ 0 - 0
vue/src/layout/Aside/index.vue → src/layout/Aside/index.vue


+ 0 - 0
vue/src/layout/Footer/index.vue → src/layout/Footer/index.vue


+ 0 - 0
vue/src/layout/Header/index.vue → src/layout/Header/index.vue


+ 0 - 0
vue/src/layout/Main/index.vue → src/layout/Main/index.vue


+ 0 - 0
vue/src/layout/index.js → src/layout/index.js


+ 0 - 0
vue/src/layout/index.vue → src/layout/index.vue


+ 0 - 0
vue/src/main.js → src/main.js


+ 0 - 0
vue/src/router/index.js → src/router/index.js


+ 0 - 0
vue/src/store/getters.js → src/store/getters.js


+ 0 - 0
vue/src/store/index.js → src/store/index.js


+ 0 - 0
vue/src/store/modules/app.js → src/store/modules/app.js


+ 0 - 0
vue/src/utils/websocket.js → src/utils/websocket.js


+ 0 - 0
vue/src/views/ECMManager/index.vue → src/views/ECMManager/index.vue


+ 0 - 0
vue/src/views/dataManagement/index.vue → src/views/dataManagement/index.vue


+ 0 - 0
vue/src/views/functionalityManagement/index.vue → src/views/functionalityManagement/index.vue


+ 0 - 0
vue/src/views/networkManagement/index.vue → src/views/networkManagement/index.vue


+ 0 - 0
vue/src/views/opticalInvestigation/index.vue → src/views/opticalInvestigation/index.vue


+ 0 - 0
vue/src/views/radarInvestigation/index.vue → src/views/radarInvestigation/index.vue


+ 0 - 0
vue/src/views/sarInvestigation/index.vue → src/views/sarInvestigation/index.vue


+ 0 - 0
vue/src/views/situation/index.vue → src/views/situation/index.vue


+ 0 - 0
vue/src/views/taskManagement/index.vue → src/views/taskManagement/index.vue


+ 0 - 0
vue/src/views/telecomInvestigation/index.vue → src/views/telecomInvestigation/index.vue


+ 0 - 0
vue/src/views/thaadInvestigation/index.vue → src/views/thaadInvestigation/index.vue


+ 0 - 0
vue/vue.config.js → vue.config.js