wjj 2 ngày trước cách đây
mục cha
commit
2be03e7dac
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/router/index.js

+ 2 - 0
src/router/index.js

@@ -357,6 +357,7 @@ export const constantRoutes = [
   {
     path: '/qw/companySession',
     component: Layout,
+    hidden: true,
     meta: { title: '企微会话', icon: 'chat' },
     children: [
       {
@@ -369,6 +370,7 @@ export const constantRoutes = [
   },
   {
     path: '/qw/conversationNew',
+    hidden: true,
     component: () => import('@/views/qw/conversationNew/ConversationNew'),
     name: 'ConversationNew',
     meta: { title: '会话分析', icon: 'el-icon-chat-line-round' }