mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-19 05:49:02 +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;
|
pathWidth.value = pathRef.value.offsetWidth;
|
||||||
search();
|
search();
|
||||||
|
history.push(req.path);
|
||||||
|
pointer = history.length - 1;
|
||||||
nextTick(function () {
|
nextTick(function () {
|
||||||
handlePath();
|
handlePath();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue