fix: router

This commit is contained in:
lrl
2021-12-13 21:13:54 +08:00
parent a0c54a6ac9
commit bae16008db
4 changed files with 10 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ function toDetail(index: number) {
path: `/tabs/detail`,
parentPath: route.matched[0].path,
name: "tabDetail",
query: { id: index },
meta: {
title: { zh: `No.${index} - 详情信息`, en: `No.${index} - DetailInfo` },
showLink: false,