修复游客详情页分享会跳转登录的问题

This commit is contained in:
zyx0814
2025-03-12 09:28:01 +08:00
Unverified
parent d75fb1dce6
commit 504cd70e88

View File

@@ -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);