From ff630901e4666f7277af165464825bc4306e4e9f Mon Sep 17 00:00:00 2001 From: 15820893422 <1978476055@qq.com> Date: Thu, 27 Jun 2024 19:47:14 +0800 Subject: [PATCH] 1 --- admin/src/views/qa/problem.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/admin/src/views/qa/problem.vue b/admin/src/views/qa/problem.vue index cd8531da..4d7c95d0 100644 --- a/admin/src/views/qa/problem.vue +++ b/admin/src/views/qa/problem.vue @@ -23,8 +23,8 @@
  • - 下载图片 - 下载行程 + 下载图片 + 下载行程
  • @@ -59,6 +59,16 @@ export default { this.getQaLists = res.data.data }) }, + handleZip(url){ + if(url){ + window.open(url) + }else{ + this.$message({ + showClose: true, + message: '暂无下载链接' + }) + } + }, load(){ console.log('load') },