housekeeper.ts 349 Bytes

import Layout from '@/layout/enter.vue'
const housekeeper = {
  path: '/',
  component: Layout,
  name: 'buildinMganager',
  children: [{
    path: 'buildinMganager',
    name: 'buildinMganager',
    component: () => import('@/views/housekeeper/buildinMganager/index.vue'),
    meta: { title: '楼管管家' }
  }
  ]
}

export default housekeeper