yinbangzhong
2024-08-03 1e11e10c56e939e6ebb653d1b929990727b70243
src/router/routes/modules/dmx.ts
@@ -32,6 +32,16 @@
        roles: ['*'],
      },
    },
    {
      path: 'intelligentAgent',
      name: 'IntelligentAgent',
      component: () => import('@/views/dmx/IntelligentAgent/index.vue'),
      meta: {
        locale: '智能体管理',
        requiresAuth: true,
        roles: ['*'],
      },
    },
  ],
};