This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
fireLHB
/
qv
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ver Fonte
111
LHB
há 2 anos atrás
pai
c5cb46d79e
commit
23bb4715d1
41 ficheiros alterados
com
3 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
3
1
.gitignore
0
0
README.md
0
0
babel.config.js
0
0
package-lock.json
0
0
package.json
0
0
public/favicon.ico
0
0
public/index.html
0
0
src/App.vue
0
0
src/assets/image/blueairplane.png
0
0
src/assets/image/blueradar.png
0
0
src/assets/image/main-bg.png
0
0
src/assets/image/map-bg.png
0
0
src/assets/image/redairplane.png
0
0
src/assets/image/redmissile.png
0
0
src/assets/svg/index.js
0
0
src/assets/svg/redairplane.svg
0
0
src/components/svgIcon/index.vue
0
0
src/layout/Aside/index.vue
0
0
src/layout/Footer/index.vue
0
0
src/layout/Header/index.vue
0
0
src/layout/Main/index.vue
0
0
src/layout/index.js
0
0
src/layout/index.vue
0
0
src/main.js
0
0
src/router/index.js
0
0
src/store/getters.js
0
0
src/store/index.js
0
0
src/store/modules/app.js
0
0
src/utils/websocket.js
0
0
src/views/ECMManager/index.vue
0
0
src/views/dataManagement/index.vue
0
0
src/views/functionalityManagement/index.vue
0
0
src/views/networkManagement/index.vue
0
0
src/views/opticalInvestigation/index.vue
0
0
src/views/radarInvestigation/index.vue
0
0
src/views/sarInvestigation/index.vue
0
0
src/views/situation/index.vue
0
0
src/views/taskManagement/index.vue
0
0
src/views/telecomInvestigation/index.vue
0
0
src/views/thaadInvestigation/index.vue
0
0
vue.config.js
+ 3
- 1
.gitignore
Ver Ficheiro
@@ -1,2 +1,4 @@
vue/dist
-vue/node_modules
+vue/node_modules
+dist
+node_modules
+ 0
- 0
vue/README.md → README.md
Ver Ficheiro
+ 0
- 0
vue/babel.config.js → babel.config.js
Ver Ficheiro
+ 0
- 0
vue/package-lock.json → package-lock.json
Ver Ficheiro
+ 0
- 0
vue/package.json → package.json
Ver Ficheiro
+ 0
- 0
vue/public/favicon.ico → public/favicon.ico
Ver Ficheiro
+ 0
- 0
vue/public/index.html → public/index.html
Ver Ficheiro
+ 0
- 0
vue/src/App.vue → src/App.vue
Ver Ficheiro
+ 0
- 0
vue/src/assets/image/blueairplane.png → src/assets/image/blueairplane.png
Ver Ficheiro
+ 0
- 0
vue/src/assets/image/blueradar.png → src/assets/image/blueradar.png
Ver Ficheiro
+ 0
- 0
vue/src/assets/image/main-bg.png → src/assets/image/main-bg.png
Ver Ficheiro
+ 0
- 0
vue/src/assets/image/map-bg.png → src/assets/image/map-bg.png
Ver Ficheiro
+ 0
- 0
vue/src/assets/image/redairplane.png → src/assets/image/redairplane.png
Ver Ficheiro
+ 0
- 0
vue/src/assets/image/redmissile.png → src/assets/image/redmissile.png
Ver Ficheiro
+ 0
- 0
vue/src/assets/svg/index.js → src/assets/svg/index.js
Ver Ficheiro
+ 0
- 0
vue/src/assets/svg/redairplane.svg → src/assets/svg/redairplane.svg
Ver Ficheiro
+ 0
- 0
vue/src/components/svgIcon/index.vue → src/components/svgIcon/index.vue
Ver Ficheiro
+ 0
- 0
vue/src/layout/Aside/index.vue → src/layout/Aside/index.vue
Ver Ficheiro
+ 0
- 0
vue/src/layout/Footer/index.vue → src/layout/Footer/index.vue
Ver Ficheiro
+ 0
- 0
vue/src/layout/Header/index.vue → src/layout/Header/index.vue
Ver Ficheiro
+ 0
- 0
vue/src/layout/Main/index.vue → src/layout/Main/index.vue
Ver Ficheiro
+ 0
- 0
vue/src/layout/index.js → src/layout/index.js
Ver Ficheiro
+ 0
- 0
vue/src/layout/index.vue → src/layout/index.vue
Ver Ficheiro
+ 0
- 0
vue/src/main.js → src/main.js
Ver Ficheiro
+ 0
- 0
vue/src/router/index.js → src/router/index.js
Ver Ficheiro
+ 0
- 0
vue/src/store/getters.js → src/store/getters.js
Ver Ficheiro
+ 0
- 0
vue/src/store/index.js → src/store/index.js
Ver Ficheiro
+ 0
- 0
vue/src/store/modules/app.js → src/store/modules/app.js
Ver Ficheiro
+ 0
- 0
vue/src/utils/websocket.js → src/utils/websocket.js
Ver Ficheiro
+ 0
- 0
vue/src/views/ECMManager/index.vue → src/views/ECMManager/index.vue
Ver Ficheiro
+ 0
- 0
vue/src/views/dataManagement/index.vue → src/views/dataManagement/index.vue
Ver Ficheiro
+ 0
- 0
vue/src/views/functionalityManagement/index.vue → src/views/functionalityManagement/index.vue
Ver Ficheiro
+ 0
- 0
vue/src/views/networkManagement/index.vue → src/views/networkManagement/index.vue
Ver Ficheiro
+ 0
- 0
vue/src/views/opticalInvestigation/index.vue → src/views/opticalInvestigation/index.vue
Ver Ficheiro
+ 0
- 0
vue/src/views/radarInvestigation/index.vue → src/views/radarInvestigation/index.vue
Ver Ficheiro
+ 0
- 0
vue/src/views/sarInvestigation/index.vue → src/views/sarInvestigation/index.vue
Ver Ficheiro
+ 0
- 0
vue/src/views/situation/index.vue → src/views/situation/index.vue
Ver Ficheiro
+ 0
- 0
vue/src/views/taskManagement/index.vue → src/views/taskManagement/index.vue
Ver Ficheiro
+ 0
- 0
vue/src/views/telecomInvestigation/index.vue → src/views/telecomInvestigation/index.vue
Ver Ficheiro
+ 0
- 0
vue/src/views/thaadInvestigation/index.vue → src/views/thaadInvestigation/index.vue
Ver Ficheiro
+ 0
- 0
vue/vue.config.js → vue.config.js
Ver Ficheiro