export const privateRoutes = [
{
path:"/",
name:'home',
meta:{
title:'深泉教育',
role:['admin']
},
component:()=>import('../views/home.vue')
];