diff --git a/dzz/details/template/pc/components/right.htm b/dzz/details/template/pc/components/right.htm index 4894770..7f32168 100644 --- a/dzz/details/template/pc/components/right.htm +++ b/dzz/details/template/pc/components/right.htm @@ -246,7 +246,7 @@ async rightShare() { var self = this; if (self.imagesData.dpath){ - var res = await axios.post('index.php?mod=pichome&op=library&do=ajax&operation=createshare',{path: self.imagesData.dpath}); + var res = await axios.post('index.php?mod=banner&op=appajax&do=createshare',{path: self.imagesData.dpath}); var data = res.data; if (data.success) { CopyTxt(self, data.success);