window 通信逻辑优化

This commit is contained in:
2betop 2020-12-08 12:09:14 +08:00
parent d6b8b05451
commit fdbe89fb51

View File

@ -165,7 +165,7 @@ function createScopedTools(
...values
};
const link = location.pathname + '?' + qsstringify(query);
env.updateLocation(link);
env.updateLocation(link, true);
}
});
},