fix: router

This commit is contained in:
xiaoxian521
2021-12-13 17:30:08 +08:00
parent e97bd9c8c4
commit 438aab9bfc
7 changed files with 73 additions and 58 deletions

View File

@@ -1,5 +1,4 @@
// 静态路由
import tabsRouter from "./tabs";
import homeRouter from "./home";
import errorRouter from "./error";
import editorRouter from "./editor";
@@ -18,7 +17,6 @@ import {
// 原始静态路由(未做任何处理)
const routes = [
tabsRouter,
homeRouter,
errorRouter,
nestedRouter,