liudong
2024-08-08 324db843282ae84085e52a7e8ad03d01a6fb52cc
src/router/routes/modules/dmx.ts
@@ -24,7 +24,7 @@
    },
    {
      path: 'model',
      name: 'Model',
      name: 'model',
      component: () => import('@/views/dmx/model/index.vue'),
      meta: {
        locale: '模型管理',
@@ -32,8 +32,17 @@
        roles: ['*'],
      },
    },
    {
      path: 'intelligentAgent',
      name: 'intelligentAgent',
      component: () => import('@/views/dmx/IntelligentAgent/index.vue'),
      meta: {
        locale: '智能体管理',
        requiresAuth: true,
        roles: ['*'],
      },
    },
  ],
};
export default DMX;