修复BUG:

1.允许table表头被选中
This commit is contained in:
猿小天
2023-12-26 11:50:52 +08:00
parent 86e33e44e1
commit 85f5ff1935
2 changed files with 8 additions and 1 deletions

View File

@@ -109,7 +109,7 @@ export default {
successHandle(ret) {
// 上传完成后的结果处理, 此处应返回格式为{url:xxx,key:xxx}
return {
url: getBaseURL() + ret.data.url,
url: getBaseURL(ret.data.url),
key: ret.data.id,
...ret.data
};