Merge pull request #167 from hitosea/pro

fix: 修复审批的图片无法查看
This commit is contained in:
kuaifan 2023-06-19 00:28:08 +08:00 committed by kuaifan
commit 175864403e
2 changed files with 4 additions and 1 deletions

View File

@ -423,7 +423,7 @@ export default {
}, },
// //
onViewPicture(currentUrl) { onViewPicture(currentUrl) {
this.$store.dispatch("previewImage", '/' +currentUrl) this.$store.dispatch("previewImage", $A.apiUrl('../'+currentUrl) )
} }
} }
} }

View File

@ -234,6 +234,9 @@
text-align: right; text-align: right;
} }
> li:last-child {
padding-bottom: 0;
}
} }