liudong
2024-08-02 7cc74731d2426123d5e4caa313c53d67a51550bc
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: ['*'],
      },
    },
  ],
};