多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
页面效果图: ![](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' } ] } ```