合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
页面效果图: ![](https://img.kancloud.cn/82/3d/823db112c2bbe606557931da3eba87b5_1552x925.png) ## 打开router/index.js中,调整路由 由原先,变更为 `{ path: '*', name: '404', component: NotFound }` ``` { path: '*', name: '404', component: Home, children: [ { path: '/', component: NotFound, name: 'notfound' } ] } ```