index.js 190 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 const index = [{ path: '/auth', name: '授权跳转页', component: () => import('@/views/auth.vue'), meta: { title: '微信授权' }, children: [] }] export default index;