From b5fca937c19725db01565598af4623c17c7e4517 Mon Sep 17 00:00:00 2001 From: theluyuan <1162963624@qq.com> Date: Fri, 22 Oct 2021 11:31:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 612d7e5..740c959 100644 --- a/src/App.vue +++ b/src/App.vue @@ -57,7 +57,7 @@ export default { this.selecting = true this.zhangjielist = {} this.mhxz = -1; - this.axios.get("https://manhua.luyuan.tk/find?name=" + this.input).then((res)=>{ + this.axios.get("https://manhua.theluyuan.com/find?name=" + this.input).then((res)=>{ this.list = res.data this.selecting = false }).catch(()=>{ @@ -70,7 +70,7 @@ export default { }, zhangjie(name, url){ this.zhangjieing = true - this.axios.get("https://manhua.luyuan.tk/section?name=" + name + "&url=" + url).then((res)=>{ + this.axios.get("https://manhua.theluyuan.com/section?name=" + name + "&url=" + url).then((res)=>{ this.zhangjielist[name] = res.data this.zhangjieing = false }).catch(()=>{ @@ -88,7 +88,7 @@ export default { this.drawer = true this.imging = true this.imglist = [] - this.axios.get("https://manhua.luyuan.tk/picture?name=" + name + "&url=" + url).then((res)=>{ + this.axios.get("https://manhua.theluyuan.com/picture?name=" + name + "&url=" + url).then((res)=>{ this.imglist = res.data this.imging = false }).catch(()=>{