fix: 文件返回前进功能优化 (#5320)

This commit is contained in:
John Bro
2024-06-06 07:13:37 +00:00
committed by GitHub
parent 0e74acbec0
commit 60df7786d8
@@ -914,7 +914,8 @@ onMounted(() => {
}
pathWidth.value = pathRef.value.offsetWidth;
search();
history.push(req.path);
pointer = history.length - 1;
nextTick(function () {
handlePath();
});