fix: menu search (#214)

* fix: menu search

* fix: i18

* perf: delete route name
This commit is contained in:
一万
2022-03-12 23:32:32 +08:00
committed by GitHub
parent 494ce8f41b
commit 51d08e4b82
14 changed files with 5 additions and 23 deletions

View File

@@ -3,7 +3,6 @@ const Layout = () => import("/@/layout/index.vue");
const errorRouter = {
path: "/error",
name: "error",
component: Layout,
redirect: "/error/403",
meta: {