fix: Modify icon file, knowledge base display style (#10104)

### What problem does this PR solve?

fix: Modify icon file, knowledge base display style #9869

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-09-16 10:37:08 +08:00
committed by GitHub
parent 2b50de3186
commit b79fef1ca8
30 changed files with 668 additions and 254 deletions

View File

@ -287,7 +287,7 @@ const routes = [
],
},
{
path: `${Routes.DataflowResult}/:id`,
path: `${Routes.DataflowResult}`,
layout: false,
component: `@/pages${Routes.DataflowResult}`,
},