报错信息:vue Ehcarts There is a chart instance already initialized on the dom. 试了往上的几种方式都不行, 最后发现是modal 页面退出时候没有清除掉, <a-modal v-model="visible" title="" :footer="null" :destroyOnClose="true">加上这个属性即可!使用的框架是ant design vue