1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
| {
| "path": "/home",
| "name": "home",
| "component": "() => import('/@/views/home/index.vue')",
| "meta": {
| "title": "首页",
| "isLink": "",
| "isHide": false,
| "isKeepAlive": true,
| "isAffix": true,
| "isIframe": false,
| "roles": ["admin", "common"],
| "icon": "iconfont icon-shouye"
| }
| }
|
|