const routes = [{ path: '/', component: Homepage, alias: '/home' }]. 通过别名,你可以自由地将UI 结构映射到一个任意的URL,而不受配置的嵌套结构的限制。
確定! 回上一頁