test.js
379 Bytes
const test = [{
path: '/router/test1',
name: 'test1',
component: () => import('@/views/about.vue'),
redirect: '',
meta: {
icon: '',
title: '',
},
children: [],
}, {
path: '/router/test2',
name: 'test2',
component: () => import('@/views/about.vue'),
redirect: '',
meta: {
icon: '',
title: '',
},
children: [],
}];
export default test;