feat: add ppt demo

This commit is contained in:
xiaoxian521
2022-04-19 11:42:36 +08:00
parent a80c6f034a
commit 63640a0950
6 changed files with 38 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ import {
formatFlatteningRoutes
} from "./utils";
import pptRouter from "./modules/ppt";
import homeRouter from "./modules/home";
import ableRouter from "./modules/able";
import listRouter from "./modules/list";
@@ -43,6 +44,7 @@ import componentsRouter from "./modules/components";
// 原始静态路由(未做任何处理)
const routes = [
pptRouter,
homeRouter,
ableRouter,
listRouter,