Skip to content

Commit ae41459

Browse files
committed
type
1 parent aa592cf commit ae41459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import Layout from '../views/layout/Layout'
2424
roles: ['admin','editor'] will control the page roles (you can set multiple roles)
2525
title: 'title' the name show in submenu and breadcrumb (recommend set)
2626
icon: 'svg-name' the icon show in the sidebar,
27-
noCache: true if fasle ,the page will no be cached(default is false)
27+
noCache: true if true ,the page will no be cached(default is false)
2828
}
2929
**/
3030
export const constantRouterMap = [

0 commit comments

Comments
 (0)