feat: 新增 AI 助手
This commit is contained in:
@@ -511,6 +511,19 @@ export default defineMock([
|
||||
params: null,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/function/ai-command",
|
||||
component: "demo/ai-command",
|
||||
name: "/function/ai-command",
|
||||
meta: {
|
||||
title: "AI 命令助手",
|
||||
icon: "el-icon-MagicStick",
|
||||
hidden: false,
|
||||
keepAlive: true,
|
||||
alwaysShow: false,
|
||||
params: null,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "other/:id",
|
||||
component: "demo/other",
|
||||
|
||||
Reference in New Issue
Block a user