mpk
dengzedong
2024-09-12 9c91ad8087da1707b973173ebc6d7c3ac7d89195
src/router/modules/remaining.ts
@@ -329,26 +329,28 @@
    ]
  },
  {
    path: '/ai',
    path: '/project',
    component: Layout,
    name: 'Ai',
    name: 'project',
    meta: {
      hidden: true
    },
    children: [
      {
        path: 'image/square',
        component: () => import('@/views/ai/image/square/index.vue'),
        name: 'AiImageSquare',
        path: 'package/history/:projectId',
        component: () => import('@/views/mpk/ProjectPackageHistory.vue'),
        name: 'ProjectPackageHistory',
        meta: {
          title: '绘图作品',
          icon: 'ep:home-filled',
          noCache: false,
          affix: true
          title: '打包历史',
          noCache: true,
          hidden: true,
          canTo: true,
          icon: '',
          activeMenu: '/model/project'
        }
      }
    ]
  }
  },
]
export default remainingRouter