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(',') });