From bdd1cfcf1070898bd477794133bbb5be418f2b7c Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Wed, 6 Nov 2024 14:16:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=85=A5=20echarts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + vite.config.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 763e1097..5760b524 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "axios": "^0.21.1", "crypto-js": "^4.1.1", "dayjs": "^1.10.6", + "echarts": "^5.5.1", "element-plus": "^2.3.1", "file-saver": "^2.0.5", "html2canvas": "^1.4.1", diff --git a/vite.config.js b/vite.config.js index 591c0a8a..2925b01f 100644 --- a/vite.config.js +++ b/vite.config.js @@ -32,14 +32,14 @@ export default ({ mode, command }) => { // ć–°zyc // target: 'http://192.168.6.116:8777', // target: 'http://192.168.6.122:8777', - // target: 'http://192.168.3.14:13000', + target: 'http://192.168.3.14:13000', // target: 'http://192.168.10.25:2888', // target: 'http://192.168.6.161:9777',//CY // target: 'http://192.168.10.57:13000', // target: 'http://192.168.10.200:13000', // target: 'http://192.168.3.16:13000', // target: 'http://192.168.3.73:13000', // - target: 'http://h5uapi.huitongys.com', + // target: 'http://h5uapi.huitongys.com', // target: 'http://test.api.huo5u.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''),