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/, ''),