pull/8724/merge
dreamcc 2025-09-09 11:36:46 +08:00 committed by GitHub
commit 3a91d78ceb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -122,6 +122,12 @@
if (item) {
localeStore.setPathTitle(path, item.title || '');
}
// query
if (item?.meta?.queryParams) {
go({ path, query: item.meta.queryParams } as any);
} else {
go(path);
}
go(path);
}
//update-end-author:taoyan date:2022-6-1 for: VUEN-1144 online