Skip to content

Commit

Permalink
pages
Browse files Browse the repository at this point in the history
  • Loading branch information
monako97 committed Dec 26, 2023
1 parent d38edc0 commit 6197937
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "templet-mobile-react",
"version": "2.1.0",
"version": "2.1.1",
"description": "H5 mobile应用模版",
"main": "index.js",
"scripts": {},
Expand Down
4 changes: 4 additions & 0 deletions src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ const routers: RouteConfig[] = [
root: true,
element: lazy(() => import('@/layout')),
children: [
{
path: '/',
component: lazy(() => import('@/pages')),
},
{
path: 'home',
children: [
Expand Down

0 comments on commit 6197937

Please sign in to comment.