代码
This commit is contained in:
parent
5464492079
commit
b5fca937c1
@ -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(()=>{
|
||||
|
Loading…
Reference in New Issue
Block a user