企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
页面效果图: ![](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' } ] } ```