mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-01-13 18:44:14 +08:00
parent
ff36b65af4
commit
4253b48bba
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ onMounted(() => {
|
|||
const tabChange = (tabPath) => {
|
||||
const tab = tabsStore.findTab(tabPath);
|
||||
if (tab) {
|
||||
router.push(tab);
|
||||
router.push({ path: tab.path, query: { uncached: 'true' } });
|
||||
tabsStore.activeTabPath = tab.path;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue