🐛 fix: echarts

This commit is contained in:
淋雨的小丸子 2023-05-25 22:57:04 +08:00
parent 125fbbed12
commit 25c2afaaec
3 changed files with 11 additions and 19 deletions

View File

@ -42,16 +42,12 @@
- [🚀 Vue Shop Vite 商城(付费版本)](https://vue-admin-beautiful.com/shop-vite/)
- [📌 Shop Vite 购买地址 authorization](https://vue-admin-beautiful.com/authorization/shop-vite.html)
- [🌐 github 仓库地址](https://github.com/chuzhixin/vue-admin-beautiful?utm_source=gold_browser_extension)
- [🌐 码云仓库地址](https://gitee.com/chu1204505056/vue-admin-better?_from=gitee_search)
## 🌐 备份地址
- [🚀 admin pro 演示地址(付费版本,支持 PC、平板、手机](https://chu1204505056.gitee.io/admin-pro/)
- [🚀 admin plus 演示地址vue3.x 付费版本,支持 PC、平板、手机](https://chu1204505056.gitee.io/admin-plus/)
## 🍻 前端讨论 QQ 群
- 请我们喝杯咖啡,打赏后联系 QQ 783963206 邀请您进入讨论群(由于用户数较多,如果您打赏后未通过好友请求,请联系商家),不管您请还是不请,您都可以享受到开源的代码,感谢您的支持和信任,群内提供 vue-admin-better 基础版本、开发工具自动配置教程及项目开发文档。

View File

@ -12,7 +12,7 @@
"lint": "vue-cli-service lint",
"clear": "rimraf node_modules&&npm install --registry=--registry=https://registry.npmmirror.com",
"image-webpack-loader": "cnpm i image-webpack-loader -D",
"update": "ncu -u --reject layouts,sass-loader,sass,screenfull,eslint,chalk,vue-echarts,vue,vue-template-compiler,vue-router,vuex,@vue/cli-plugin-babel,@vue/cli-plugin-eslint,@vue/cli-service,eslint-plugin-vue --registry=https://registry.npmmirror.com&&cnpm i",
"update": "ncu -u --reject layouts,sass-loader,sass,screenfull,eslint,chalk,vue,vue-template-compiler,vue-router,vuex,@vue/cli-plugin-babel,@vue/cli-plugin-eslint,@vue/cli-service,eslint-plugin-vue --registry=https://registry.npmmirror.com&&cnpm i",
"push": "start ./push.sh"
},
"repository": {
@ -46,8 +46,8 @@
"screenfull": "^5.2.0",
"sortablejs": "^1.15.0",
"vab-icon": "file:vab-icon",
"vue": "~2.7.14 ",
"vue-echarts": "5.0.0-beta.0",
"vue": "~2.7.14",
"vue-echarts": "6.5.5",
"vue-router": "^3.6.5",
"vue-template-compiler": "~2.7.14",
"vuex": "^3.6.2",

View File

@ -24,7 +24,7 @@
<div slot="header">
<span>访问量</span>
</div>
<vab-chart autoresize :options="fwl" />
<vab-chart autoresize :option="fwl" />
<div class="bottom">
<span>
日均访问量:
@ -39,7 +39,7 @@
<div slot="header">
<span>授权数</span>
</div>
<vab-chart autoresize :options="sqs" />
<vab-chart autoresize :option="sqs" />
<div class="bottom">
<span>
总授权数:
@ -92,19 +92,15 @@
>
<el-button type="warning">github下载源码点star</el-button>
</a>
<a target="_blank" href="https://vue-admin-beautiful.com">
<a
target="_blank"
href="https://gitee.com/chu1204505056/vue-admin-beautiful"
>
<el-button type="warning">码云下载源码点star</el-button>
</a>
<a @click="handleChangeTheme">
<el-button type="danger">修改主题和布局</el-button>
</a>
<!-- <el-popover placement="top" width="250" trigger="hover">
<p>谢谢您愿意支持开源加群获取文档群内提供基础模板</p>
<el-image :src="require('@/assets/ewm.png')"></el-image>
<a slot="reference" target="_blank">
<el-button type="warning">文档</el-button>
</a>
</el-popover> -->
</div>
<table class="table">
<tr>