This commit is contained in:
2024-12-05 16:32:46 +08:00
parent 7aa531c2ca
commit b1cac52d2a
10 changed files with 315 additions and 4621 deletions

View File

@@ -54,7 +54,8 @@ Vue.filter('formatDate', function(originVal) {
})
// 引入wps文档编辑
import mammoth from "mammoth";
import commonJS from '@/common/js/commonJS.js'
Vue.prototype.$commonJS = commonJS
Vue.prototype.Common = Common;