From 198027d09f30830ced004641f4511f34346a35a6 Mon Sep 17 00:00:00 2001 From: zyx0814 Date: Fri, 17 May 2024 19:55:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BA=93=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=BD=AC=E7=99=BB=E5=BD=95=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dzz/pichome/template/libraryview/pc/components/left/Jsindex.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzz/pichome/template/libraryview/pc/components/left/Jsindex.htm b/dzz/pichome/template/libraryview/pc/components/left/Jsindex.htm index 540ecf4..415997d 100644 --- a/dzz/pichome/template/libraryview/pc/components/left/Jsindex.htm +++ b/dzz/pichome/template/libraryview/pc/components/left/Jsindex.htm @@ -166,7 +166,7 @@ self.LeftTreePathKeys.forEach(element => { pathkeys.push(element.pathkey) }); - let {data: res} = await axios.post(MOD_URL+'&op=library&do=ajax&operation=getsearchfoldernum',{ + let {data: res} = await axios.post('index.php?mod=banner&op=appajax&do=getsearchfoldernum',{ appid:this.DocumentAppid, pathkeys:pathkeys.join(',') });