聊天记录导出

This commit is contained in:
liuye
2023-06-30 14:32:21 +08:00
parent 87f046d128
commit d031e5d8e1
411 changed files with 119839 additions and 7 deletions

View File

@@ -285,9 +285,6 @@
</ai-list>
</template>
<script src="https://cdn.bootcdn.net/ajax/libs/html2canvas/1.4.1/html2canvas.esm.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/jspdf/2.5.1/jspdf.es.js"></script>
<script>
import { mapState } from "vuex";
import Viewer from "v-viewer";
@@ -295,9 +292,8 @@ import AMapLoader from "@amap/amap-jsapi-loader";
import Vue from "vue";
Vue.use(Viewer);
import html2canvas from "html2canvas";
import jsPDF from "jspdf";
import html2canvas from "../html2canvas/dist/html2canvas.esm.js";
import jsPDF from "../jspdf";
import { Loading } from "element-ui";