fix : 修复tinymce的多图片上传插件/文章详情附件下载
This commit is contained in:
@@ -27,8 +27,8 @@ const loading = ref(false)
|
||||
const formData = ref({})
|
||||
const route = useRoute()
|
||||
const clickHandle = (e) => {
|
||||
e.preventDefault()
|
||||
if (e.target.nodeName == "A") {
|
||||
e.preventDefault()
|
||||
let url = e.target.href.split('?')[0];
|
||||
const searchParams = new URLSearchParams(e.target.href.split('?')[1])
|
||||
const fileId = searchParams.get('fileId');
|
||||
|
||||
Reference in New Issue
Block a user