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