🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
页面效果图: ![](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' } ] } ```