mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00:00
fix: 文件返回前进功能优化 (#5320)
This commit is contained in:
@@ -914,7 +914,8 @@ onMounted(() => {
|
||||
}
|
||||
pathWidth.value = pathRef.value.offsetWidth;
|
||||
search();
|
||||
|
||||
history.push(req.path);
|
||||
pointer = history.length - 1;
|
||||
nextTick(function () {
|
||||
handlePath();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user