mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-21 21:07:30 +08:00
fix: 文件返回前进功能优化 (#5320)
This commit is contained in:
parent
0e74acbec0
commit
60df7786d8
1 changed files with 2 additions and 1 deletions
|
@ -914,7 +914,8 @@ onMounted(() => {
|
|||
}
|
||||
pathWidth.value = pathRef.value.offsetWidth;
|
||||
search();
|
||||
|
||||
history.push(req.path);
|
||||
pointer = history.length - 1;
|
||||
nextTick(function () {
|
||||
handlePath();
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue