mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-02-02 18:28:41 +08:00
commit
baf35a3857
@ -296,8 +296,10 @@
|
||||
|
||||
// 刷新页面
|
||||
const reloadPage = () => {
|
||||
const full = unref(route);
|
||||
router.push({
|
||||
path: '/redirect' + unref(route).fullPath,
|
||||
path: '/redirect' + full.path,
|
||||
query: full.query,
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user