初版大屏
parents
Showing
.env.development
0 → 100644
.env.production
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
jsconfig.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
| { | ||
| "name": "digital-construction", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "serve": "vue-cli-service serve", | ||
| "build": "vue-cli-service build", | ||
| "lint": "vue-cli-service lint" | ||
| }, | ||
| "dependencies": { | ||
| "@amap/amap-jsapi-loader": "^1.0.1", | ||
| "autoprefixer": "^10.4.14", | ||
| "axios": "^1.3.4", | ||
| "core-js": "^3.8.3", | ||
| "echarts": "^5.5.1", | ||
| "element-ui": "^2.15.13", | ||
| "jquery": "^3.7.1", | ||
| "js-md5": "^0.8.3", | ||
| "lib-flexible": "^0.3.2", | ||
| "precss": "^4.0.0", | ||
| "video.js": "^8.0.4", | ||
| "videojs-contrib-hls": "^5.15.0", | ||
| "vue": "^2.6.14", | ||
| "vue-calendar-component": "^2.8.2", | ||
| "vue-router": "^3.5.2", | ||
| "vue-seamless-scroll": "^1.1.23", | ||
| "vue-video-player": "^5.0.1", | ||
| "vuex": "^3.6.2" | ||
| }, | ||
| "postcss": { | ||
| "plugins": { | ||
| "autoprefixer": {}, | ||
| "precss": {} | ||
| } | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^7.12.16", | ||
| "@babel/eslint-parser": "^7.12.16", | ||
| "@vue/cli-plugin-babel": "~5.0.0", | ||
| "@vue/cli-plugin-eslint": "~5.0.0", | ||
| "@vue/cli-service": "~5.0.0", | ||
| "eslint": "^7.32.0", | ||
| "eslint-plugin-vue": "^8.0.3", | ||
| "less": "^4.1.3", | ||
| "less-loader": "^11.1.0", | ||
| "postcss-plugin-px2rem": "^0.8.1", | ||
| "px2rem-loader": "^0.1.9", | ||
| "style-resources-loader": "^1.5.0", | ||
| "vue-cli-plugin-style-resources-loader": "^0.1.5", | ||
| "vue-template-compiler": "^2.6.14" | ||
| }, | ||
| "eslintConfig": { | ||
| "root": true, | ||
| "env": { | ||
| "node": true | ||
| }, | ||
| "extends": [ | ||
| "plugin:vue/essential", | ||
| "eslint:recommended" | ||
| ], | ||
| "parserOptions": { | ||
| "parser": "@babel/eslint-parser" | ||
| }, | ||
| "rules": {} | ||
| }, | ||
| "browserslist": [ | ||
| "> 1%", | ||
| "last 2 versions", | ||
| "not dead" | ||
| ] | ||
| } |
public/index.html
0 → 100644
public/js/h5player.min.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
src/App.vue
0 → 100644
src/api/index.js
0 → 100644
src/api/video-supervisory.js
0 → 100644
File added
src/assets/data/changxing.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
src/assets/data/mapData.json
0 → 100644
2.1 MB
17.7 KB
14.9 KB
14.5 KB
12.9 KB
15.6 KB
53.6 KB
49.9 KB
2.74 KB
20.4 KB
49.5 KB
17.6 KB
9.88 KB
10.5 KB
10.9 KB
6.17 KB
6.56 KB
70.6 KB
9.39 KB
7.69 KB
21 KB
13.7 KB
11.1 KB
26.5 KB
10.3 KB
11.7 KB
10.3 KB
7.93 KB
5.15 KB
358 KB
src/components/Header.vue
0 → 100644
src/components/Index.vue
0 → 100644
src/components/Test.vue
0 → 100644
src/main.js
0 → 100644
src/router/index.js
0 → 100644
src/store/index.js
0 → 100644
src/utils/moment.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
src/utils/request.js
0 → 100644
vue.config.js
0 → 100644