zhouwenxuan
2023-08-11 1c328d7233aaa6ea48fbdfb73b415eb9837956a6
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"
  }
}