From 1e77b20e44689e6da25c0feddd511ec7b459c1f3 Mon Sep 17 00:00:00 2001 From: qaiu <736226400@qq.com> Date: Mon, 31 Jul 2023 05:08:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-front/src/App.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web-front/src/App.vue b/web-front/src/App.vue index 386fa23..4fac7ae 100644 --- a/web-front/src/App.vue +++ b/web-front/src/App.vue @@ -7,7 +7,7 @@ -

netdisk-fast-download网盘直链解析

+

netdisk-fast-download网盘直链解析

项目地址 点我跳转

@@ -24,11 +24,11 @@ 解析 - + 点我复制 - +
解析结果: @@ -125,7 +125,7 @@ export default { this.isLoading = true this.downUrl = '' this.respData = '' - this.getLink = `http://127.0.0.1:6400/json/parser?url=${this.link}` + this.getLink = location.protocol + "//" + location.hostname + `:6400/json/parser?url=${this.link}` if (this.password) { this.getLink += `&pwd=${this.password}` }