初始化提交
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.4.2", | |||
| "element-ui": "^2.15.13", | |||
| "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
src/App.vue
0 → 100644
src/api/dataStatis.js
0 → 100644
src/api/index.js
0 → 100644
File added
src/assets/data/mapData.json
0 → 100644
src/assets/data/zhejiang.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
File added
File added
2.13 MB
1.71 MB
This image diff could not be displayed because it is too large. You can view the blob instead.
94.9 KB
2.89 KB
11 KB
23.1 KB
301 KB
95.1 KB
472 KB
27.3 KB
6.54 KB
5.55 KB
338 KB
246 KB
182 KB
474 KB
392 KB
393 KB
180 KB
1.4 MB
7.42 KB
1.39 MB
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/civilRequest.js
0 → 100644
src/utils/request.js
0 → 100644
vue.config.js
0 → 100644