This commit is contained in:
许允枞 2024-11-19 10:29:16 +08:00
parent 32a5fcab39
commit e7cdede96b

View File

@ -138,7 +138,7 @@
},
viewFile(filePath){
uni.downloadFile({
url: this.$baseUrl+filePath,
url: this.$baseImageUrl+filePath,
success: function (res) {
var filePath = res.tempFilePath;
uni.openDocument({