From 504cd70e88873b88f487be50cbd85ee3d0ec2bf4 Mon Sep 17 00:00:00 2001 From: zyx0814 Date: Wed, 12 Mar 2025 09:28:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B8=B8=E5=AE=A2=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E5=88=86=E4=BA=AB=E4=BC=9A=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dzz/details/template/pc/components/right.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);