|
@@ -9,18 +9,18 @@ export default {
|
|
|
alias: 'aiCustomerManage',
|
|
|
icon: 'zhinengkefu',
|
|
|
},
|
|
|
- children: [
|
|
|
- {
|
|
|
- name: 'CustomerService',
|
|
|
- path: '/intelligence/customer-service',
|
|
|
- component: () =>
|
|
|
- import('@/views/intelligence/customer-service/index.vue'),
|
|
|
- meta: {
|
|
|
- title: '智能客服',
|
|
|
- sort: 1,
|
|
|
- alias: 'aiCustomerChildManage',
|
|
|
- icon: 'zhinengkefu-sub',
|
|
|
- },
|
|
|
- },
|
|
|
- ],
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // name: 'CustomerService',
|
|
|
+ // path: '/intelligence/customer-service',
|
|
|
+ // component: () =>
|
|
|
+ // import('@/views/intelligence/customer-service/index.vue'),
|
|
|
+ // meta: {
|
|
|
+ // title: '智能客服',
|
|
|
+ // sort: 1,
|
|
|
+ // alias: 'aiCustomerChildManage',
|
|
|
+ // icon: 'zhinengkefu-sub',
|
|
|
+ // },
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
};
|