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}`
}