@ -5,6 +5,7 @@ const routes=[]
export const menu = [
{
path:"/",
redirect:"/info",
component:()=>import("@/views/home.vue"),
children:[
{path:"/info", component:()=>import("@/views/info.vue")},