浏览代码

1.去除报错的echarts引用

wangt 1 年之前
父节点
当前提交
d214b96f14
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      ui/src/main.js

+ 0 - 1
ui/src/main.js

@@ -24,7 +24,6 @@ import {removeToken} from './utils/auth'
 // import { resetForm} from "@/utils/index"
 import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels, handleTree } from "@/utils/ruoyi"
 Vue.prototype.$moment = moment
-Vue.prototype.$echarts = echarts
 Vue.prototype.$XEUtils = XEUtils
 import _ from 'lodash'
 Vue.prototype._ = _