diff --git a/src/router/index.js b/src/router/index.js index 385d5aff..e994d132 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -57,6 +57,14 @@ export const constantRoutes = [ title:'工具' } }, + { + path: '/chat', + component: () => import('@/views/chat'), + hidden: true, + meta:{ + title:'客服' + } + }, { path: '/register', component: () => import('@/views/register'), diff --git a/src/views/emis/emisSettleInvoiceChRecord/index.vue b/src/views/emis/emisSettleInvoiceChRecord/index.vue index 819b7824..58ccaf92 100644 --- a/src/views/emis/emisSettleInvoiceChRecord/index.vue +++ b/src/views/emis/emisSettleInvoiceChRecord/index.vue @@ -223,7 +223,14 @@ + + + + + + +