From c13afb05b3ebca8bf25d4af17ebd2ec9286bb059 Mon Sep 17 00:00:00 2001 From: qaiu <736226400@qq.com> Date: Thu, 19 Sep 2024 05:43:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E4=B8=8B=E8=BD=BD=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-front/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-front/src/App.vue b/web-front/src/App.vue index e86bc7c..91ae78a 100644 --- a/web-front/src/App.vue +++ b/web-front/src/App.vue @@ -146,7 +146,7 @@ export default { message: response.data.msg, type: 'success' }) - this.downUrl = response.data.data + this.downUrl = response.data.data.directLink } else { this.$message.error(response.data.msg) }