We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa592cf commit ae41459Copy full SHA for ae41459
src/router/index.js
@@ -24,7 +24,7 @@ import Layout from '../views/layout/Layout'
24
roles: ['admin','editor'] will control the page roles (you can set multiple roles)
25
title: 'title' the name show in submenu and breadcrumb (recommend set)
26
icon: 'svg-name' the icon show in the sidebar,
27
- noCache: true if fasle ,the page will no be cached(default is false)
+ noCache: true if true ,the page will no be cached(default is false)
28
}
29
**/
30
export const constantRouterMap = [
0 commit comments