mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 01:14:50 +08:00
修复日志查看和用户认证
This commit is contained in:
@@ -38,7 +38,7 @@ const Log = () => {
|
||||
const getLog = (node: any) => {
|
||||
setLoading(true);
|
||||
let url = `${node.parent}/${node.value}`;
|
||||
if (!node.isDir) {
|
||||
if (!node.parent) {
|
||||
url = node.value;
|
||||
}
|
||||
request
|
||||
|
||||
Reference in New Issue
Block a user