src/router/route.json
@@ -1,16 +1 @@ { "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" } }