feat:【ele】【ai】image 的迁移初始化

This commit is contained in:
YunaiV
2025-11-15 14:50:27 +08:00
parent 5858c435e8
commit 636df26e73
12 changed files with 1872 additions and 14 deletions

View File

@@ -9,18 +9,18 @@ const routes: RouteRecordRaw[] = [
hideInMenu: true,
},
children: [
// {
// path: 'image/square',
// component: () => import('#/views/ai/image/square/index.vue'),
// name: 'AiImageSquare',
// meta: {
// noCache: true,
// hidden: true,
// canTo: true,
// title: '绘图作品',
// activePath: '/ai/image',
// },
// },
{
path: 'image/square',
component: () => import('#/views/ai/image/square/index.vue'),
name: 'AiImageSquare',
meta: {
noCache: true,
hidden: true,
canTo: true,
title: '绘图作品',
activePath: '/ai/image',
},
},
{
path: 'knowledge/document',
component: () => import('#/views/ai/knowledge/document/index.vue'),