src/router/modules/remaining.ts
@@ -328,27 +328,6 @@ } ] }, { path: '/ai', component: Layout, name: 'Ai', meta: { hidden: true }, children: [ { path: 'image/square', component: () => import('@/views/ai/image/square/index.vue'), name: 'AiImageSquare', meta: { title: '绘图作品', icon: 'ep:home-filled', noCache: false, affix: true } } ] } ] export default remainingRouter