wujingjing
2025-03-19 7c7512334175e72afdb5520786d3e96790d3b706
src/views/project/yw/dataManage/graph/AddGraph.vue
@@ -81,7 +81,7 @@
      DocumentRecognition: '1',
   },
   // allowType: '.pdf,.doc,.docx,.txt,.md,.pptx,.ppt',
   allowType: 'md,.doc,.docx',
   allowType: 'md,.doc,.docx,.pdf',
   limit: 5,
   size: 5,
   categoryFormRules: {
@@ -121,6 +121,7 @@
   md: 'markdown',
   doc: 'doc',
   docx: 'docx',
   pdf:'pdf'
};
const getFileSuffix = (name: string): string => {