route.js 261 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 export default [ { path: '/', name: '登录', component: r => { require(['./views/login'], r) } }, { path: '/function_list', name: '功能列表', component: r => { require(['./views/function_list'], r) } } ]