From 04c2d845dc88bb2124f69e99309f6848d289221f Mon Sep 17 00:00:00 2001 From: Yjoioooo <693337446@qq.com> Date: 星期六, 25 三月 2023 10:09:31 +0800 Subject: [PATCH] update 修改账户余额校验优先使用动态租户 --- ruoyi-ui/src/views/dashboard/BarChart.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/dashboard/BarChart.vue b/ruoyi-ui/src/views/dashboard/BarChart.vue index be0af34..88e7ef6 100644 --- a/ruoyi-ui/src/views/dashboard/BarChart.vue +++ b/ruoyi-ui/src/views/dashboard/BarChart.vue @@ -3,7 +3,7 @@ </template> <script> -import echarts from 'echarts' +import * as echarts from 'echarts' require('echarts/theme/macarons') // echarts theme import resize from './mixins/resize' -- Gitblit v1.9.3