'修改图片上传组件上传'

This commit is contained in:
esacpe
2025-09-26 17:29:02 +08:00
parent 26ea6dbdcf
commit 59a2581498
3 changed files with 17 additions and 3 deletions

View File

@ -63,7 +63,7 @@ const init = (type, id,) => {
};
function getDateById (id) {
qcckPost({},`/mosty-base/baxx/jxda/getInfo/${id}`).then((res) => {
qcckPost({},`/bagl/mosty-base/baxx/jxda/getInfo/${id}`).then((res) => {
res.fj = res.fj ? JSON.parse(res.fj):[]
listQuery.value = res || {};
})