第一次提交,数据不对调整后的最新版本
parents
正在显示
.browserslistrc
0 → 100644
.editorconfig
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
babel.config.js
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": "adev", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"@jiaminghi/data-view": "^2.4.4", | ||
"axios": "^0.20.0", | ||
"echarts": "^4.9.0", | ||
"element-ui": "^2.15.6", | ||
"less": "^3.9.0", | ||
"less-loader": "^5.0.0", | ||
"vue": "^2.6.10" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "^3.8.0", | ||
"@vue/cli-plugin-eslint": "^3.8.0", | ||
"@vue/cli-service": "^3.8.0", | ||
"@vue/eslint-config-standard": "^4.0.0", | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.16.0", | ||
"eslint-plugin-vue": "^5.0.0", | ||
"vue-template-compiler": "^2.6.10" | ||
} | ||
} |
postcss.config.js
0 → 100644
public/favicon.ico
0 → 100644
File added
public/favicon1.ico
0 → 100644
File added
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/manage.js
0 → 100644
src/assets/common.less
0 → 100644
src/components/datav/cards.vue
0 → 100644
src/components/datav/digitalFlop copy.vue
0 → 100644
src/components/datav/digitalFlop.vue
0 → 100644
src/components/datav/img/bg.png
0 → 100644
195 KB
src/components/datav/index.vue
0 → 100644
src/components/datav/moduleChart copy.vue
0 → 100644
src/components/datav/moduleChart.vue
0 → 100644
src/components/datav/rankingBoard.vue
0 → 100644
src/components/datav/roseChart copy.vue
0 → 100644
src/components/datav/roseChart.vue
0 → 100644
src/components/datav/scrollBoard.vue
0 → 100644
src/components/datav/topHeader.vue
0 → 100644
src/components/datav/waterLevelChart.vue
0 → 100644
src/main.js
0 → 100644
src/utils/axios.js
0 → 100644
src/utils/request.js
0 → 100644
vue.config.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.