export const routes = [ { name: "首页", path: "/", component: "/Home", icon: "el-icon-s-home", }, { path: "/setting", name: "设置", icon: "el-icon-s-tools", children: [ { path: "/component", name: "组件", component: "/Setting/Component", icon: "el-icon-files", }, { path: "/test", name: "测试", component: "/Setting/Test", icon: "el-icon-files", }, ], }, ]; export const routeSetting = { name:"cube" }