From e7cdede96bb932382412aaa2cd9699d52669540b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com> Date: Tue, 19 Nov 2024 10:29:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/manage/deviceManage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/manage/deviceManage.vue b/pages/manage/deviceManage.vue index 0b67508..32330ce 100644 --- a/pages/manage/deviceManage.vue +++ b/pages/manage/deviceManage.vue @@ -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({