fee.ts 274 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 import Layout from '@/layout/enter.vue' const fee = { path: '/', component: Layout, name: 'Fee', children: [{ path: 'fee', name: 'propertyFee', component: () => import('@/views/fee/index.vue'), meta: { title: '物业费' } }] } export default fee