fix: 关闭文件后无法再次打开

This commit is contained in:
kuaifan 2024-03-19 12:07:54 +09:00
parent 7bfc43c85f
commit 915a5ed7d5

View File

@ -1066,7 +1066,7 @@ export default {
browseFolder(id, shakeId = null) {
if (id > 0) {
if (this.$route.params.folderId == id) {
if (this.pid == id && this.fid == 0 && shakeId) {
this.shakeFile(shakeId);
return;
}