fix(ai-web): 修复错别字
This commit is contained in:
@@ -1,19 +1,21 @@
|
|||||||
import {
|
import {
|
||||||
CheckSquareOutlined,
|
CheckSquareOutlined,
|
||||||
CloudOutlined,
|
CloudOutlined,
|
||||||
ClusterOutlined,
|
ClusterOutlined,
|
||||||
CompressOutlined,
|
CompressOutlined,
|
||||||
DatabaseOutlined,
|
DatabaseOutlined,
|
||||||
InfoCircleOutlined,
|
InfoCircleOutlined,
|
||||||
OpenAIOutlined,
|
OpenAIOutlined,
|
||||||
QuestionOutlined,
|
QuestionOutlined,
|
||||||
SunOutlined,
|
SunOutlined,
|
||||||
SyncOutlined,
|
SyncOutlined,
|
||||||
TableOutlined,
|
TableOutlined,
|
||||||
ToolOutlined,
|
ToolOutlined,
|
||||||
} from '@ant-design/icons'
|
} from '@ant-design/icons'
|
||||||
|
import {values} from 'licia'
|
||||||
import {Navigate, type RouteObject} from 'react-router'
|
import {Navigate, type RouteObject} from 'react-router'
|
||||||
import Conversation from './pages/ai/Conversation.tsx'
|
import Conversation from './pages/ai/Conversation.tsx'
|
||||||
|
import Feedback from './pages/ai/feedback/Feedback.tsx'
|
||||||
import DataDetail from './pages/ai/knowledge/DataDetail.tsx'
|
import DataDetail from './pages/ai/knowledge/DataDetail.tsx'
|
||||||
import DataImport from './pages/ai/knowledge/DataImport.tsx'
|
import DataImport from './pages/ai/knowledge/DataImport.tsx'
|
||||||
import DataSegment from './pages/ai/knowledge/DataSegment.tsx'
|
import DataSegment from './pages/ai/knowledge/DataSegment.tsx'
|
||||||
@@ -28,10 +30,8 @@ import Tool from './pages/overview/Tool.tsx'
|
|||||||
import Version from './pages/overview/Version.tsx'
|
import Version from './pages/overview/Version.tsx'
|
||||||
import Yarn from './pages/overview/Yarn.tsx'
|
import Yarn from './pages/overview/Yarn.tsx'
|
||||||
import YarnCluster from './pages/overview/YarnCluster.tsx'
|
import YarnCluster from './pages/overview/YarnCluster.tsx'
|
||||||
import {commonInfo} from './util/amis.tsx'
|
|
||||||
import Test from './pages/Test.tsx'
|
import Test from './pages/Test.tsx'
|
||||||
import Feedback from './pages/ai/feedback/Feedback.tsx'
|
import {commonInfo} from './util/amis.tsx'
|
||||||
import {values} from 'licia'
|
|
||||||
|
|
||||||
export const routes: RouteObject[] = [
|
export const routes: RouteObject[] = [
|
||||||
{
|
{
|
||||||
@@ -203,7 +203,7 @@ export const menus = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/ai/feedback',
|
path: '/ai/feedback',
|
||||||
name: '智慧报账',
|
name: '智慧报障',
|
||||||
icon: <CheckSquareOutlined/>,
|
icon: <CheckSquareOutlined/>,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user