|
|
@@ -264,6 +264,19 @@ export const constantRoutes = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/qw/companySession',
|
|
|
+ component: Layout,
|
|
|
+ meta: { title: '企微会话', icon: 'chat' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '',
|
|
|
+ component: () => import('@/views/qw/companySession/index'),
|
|
|
+ name: 'CompanySession',
|
|
|
+ meta: { title: '企微会话' }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
]
|
|
|
|
|
|
export default new Router({
|