From 9732f3323d2e31830449557f3be003dc8111628e Mon Sep 17 00:00:00 2001 From: Aicirou <2643053021@qq.com> Date: Fri, 22 May 2020 00:08:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=90=9C=E7=B4=A2=E5=90=8E?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=97=A0=E6=B3=95=E6=97=A0=E6=B3=95=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 2 +- src/views/page/GoList.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0bb4e92..70418e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12683,7 +12683,7 @@ }, "webpack-bundle-analyzer": { "version": "3.7.0", - "resolved": "https://registry.npm.taobao.org/webpack-bundle-analyzer/download/webpack-bundle-analyzer-3.7.0.tgz?cache=0&sync_timestamp=1586846559504&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-bundle-analyzer%2Fdownload%2Fwebpack-bundle-analyzer-3.7.0.tgz", + "resolved": "https://registry.npm.taobao.org/webpack-bundle-analyzer/download/webpack-bundle-analyzer-3.7.0.tgz?cache=0&sync_timestamp=1586846510646&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-bundle-analyzer%2Fdownload%2Fwebpack-bundle-analyzer-3.7.0.tgz", "integrity": "sha1-hNpDTolEKJm4hNmtOORm0NsCpW8=", "dev": true, "requires": { diff --git a/src/views/page/GoList.vue b/src/views/page/GoList.vue index 9b2f87a..75e61e9 100644 --- a/src/views/page/GoList.vue +++ b/src/views/page/GoList.vue @@ -325,8 +325,8 @@ export default { this.loading = false; let data = res.data; if (data) { - var href = `/${cur}:${data}`; - href = checkoutPath(href, file); + var href = checkoutPath(data, file); + href = `/${cur}:${data}`; if (target === "_blank") { window.open(href); } else {