Browse Source

chore: echarts打包配置项修改

cuiyalong 2 years ago
parent
commit
bea4568fcb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      vue.config.js

+ 2 - 1
vue.config.js

@@ -8,7 +8,8 @@ const external = {
   vuex: 'Vuex',
   axios: 'axios',
   lodash: '_',
-  echarts: 'echarts',
+  // 解决画像visualMap不显示问题
+  // echarts: 'echarts',
   // moment: 'moment',
   jquery: '$'
 }