feat: add admin pagination

This commit is contained in:
merlin
2025-11-06 11:11:08 +08:00
parent bf40e13b82
commit e64cb74c9d
5 changed files with 164 additions and 28 deletions

View File

@@ -51,7 +51,7 @@ onMounted(() => {
console.log(response);
if (response.code === 200) {
console.log('上传成功');
vditor.insertValue('![](' + response.data.url + ')')
vditor.insertValue('![](' + response.data.data + ')')
}
}
},