Browse Source

引入 echarts

dev-xx
马远东 2 months ago
parent
commit
bdd1cfcf10
  1. 1
      package.json
  2. 4
      vite.config.js

1
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",

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

Loading…
Cancel
Save