const routes = [{ path: '/home', redirect: { name: 'homepage' } }] ... const routes = [{ path: '/', component: Homepage, alias: '/home' }].
確定! 回上一頁