修复库预览页面转登录的问题

This commit is contained in:
zyx0814
2024-05-17 19:55:16 +08:00
Unverified
parent 1a8f4e26d9
commit 198027d09f

View File

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