fix:新增文生图列表
This commit is contained in:
@@ -1091,6 +1091,12 @@ export const serverRouter = [
|
||||
name: 'AiImgToVideo',
|
||||
api_url: [],
|
||||
meta: { title: 'AI图生视频', noCache: true, icon: 'el-icon-chat-dot-square' }
|
||||
},
|
||||
{
|
||||
path: 'aiTxtToImg',
|
||||
name: 'AiTxtToImg',
|
||||
api_url: [],
|
||||
meta: { title: 'AI文生图', noCache: true, icon: 'el-icon-chat-dot-square' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -188,6 +188,7 @@ const map = {
|
||||
AiFaceOrderVideo: () => import('@/views/aiManagement/aiFaceOrder/video.vue'), // ai换脸ss
|
||||
AiStripOrder: () => import('@/views/aiManagement/aiStripOrder/index.vue'), // ai脱衣订单
|
||||
AiImgToVideo: () => import('@/views/aiManagement/aiImgToVideo/index.vue'), // ai图生视频
|
||||
AiTxtToImg: () => import('@/views/aiManagement/aiTxtToImg/index.vue'), // ai文生图
|
||||
// 其他管理
|
||||
OtherConfig: Layout,
|
||||
Jumptab: () => import('@/views/otherConfig/jumptab/index.vue'), // 首页跳转按钮
|
||||
|
||||
Reference in New Issue
Block a user