src/views/build/conpanyFunctionConsult/standardSysTemp/sysStandardModule/index.vue
@@ -103,8 +103,11 @@ const openFile = async(path)=>{ const ext = path.split('.').pop().toLowerCase(); if (ext === 'doc') { alert('暂不支持.doc文件预览,请下载后打开'); window.open(`${import.meta.env.VITE_APP_BASE_API}/${path}`, '_blank'); ElMessageBox.confirm('暂不支持线上预览.doc文件,是否下载查看?', '提示', { confirmButtonText: '确认', cancelButtonText: '取消', type: 'warning' }).then(() => { window.open(`${import.meta.env.VITE_APP_BASE_API}/${path}`, '_blank'); }).catch(() => { console.log('取消预览') }); return } try {