fix: delete realPath

This commit is contained in:
xiaoxian521
2021-12-21 10:34:28 +08:00
parent 955b76f30a
commit 903e298951
4 changed files with 3 additions and 11 deletions

View File

@@ -17,8 +17,7 @@ function toDetail(index: number) {
title: { zh: `No.${index} - 详情信息`, en: `No.${index} - DetailInfo` },
showLink: false,
i18n: false,
dynamicLevel: 3,
realPath: "/tabs/detail"
dynamicLevel: 3
}
});
router.push({ name: "tabDetail", query: { id: String(index) } });