This commit is contained in:
theluyuan 2021-10-22 11:31:45 +08:00
parent 5464492079
commit b5fca937c1

View File

@ -57,7 +57,7 @@ export default {
this.selecting = true this.selecting = true
this.zhangjielist = {} this.zhangjielist = {}
this.mhxz = -1; 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.list = res.data
this.selecting = false this.selecting = false
}).catch(()=>{ }).catch(()=>{
@ -70,7 +70,7 @@ export default {
}, },
zhangjie(name, url){ zhangjie(name, url){
this.zhangjieing = true 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.zhangjielist[name] = res.data
this.zhangjieing = false this.zhangjieing = false
}).catch(()=>{ }).catch(()=>{
@ -88,7 +88,7 @@ export default {
this.drawer = true this.drawer = true
this.imging = true this.imging = true
this.imglist = [] 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.imglist = res.data
this.imging = false this.imging = false
}).catch(()=>{ }).catch(()=>{