From bf8483c6e98ab29734a1bf68303aa731396f75dd Mon Sep 17 00:00:00 2001 From: ljx <864490211@qq.com> Date: Wed, 4 Jun 2025 10:13:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E9=93=BE=E6=8E=A5=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/baozuo-demo3/RightCmp.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/baozuo-demo3/RightCmp.vue b/src/components/baozuo-demo3/RightCmp.vue index 57df5d1..828afc9 100644 --- a/src/components/baozuo-demo3/RightCmp.vue +++ b/src/components/baozuo-demo3/RightCmp.vue @@ -94,7 +94,7 @@
- +
@@ -109,7 +109,7 @@ import PieChart from './pieChart.vue' import * as echarts from 'echarts'; import testRes from './test' import LeftChart2 from './LeftChart2' -import api from '../../api.js' +// import api from '../../api.js' console.log(testRes) export default { @@ -256,7 +256,7 @@ export default { } }, created() { - this.BaseUrl = api.baseURL; + // this.BaseUrl = api.baseURL; }, // 在mounted()中调用 mounted() {