Files
ebiz-h5/src/router/ebiz/customerService.js
2023-09-07 11:23:22 +08:00

14 lines
291 B
JavaScript

const customerService = () => import('@/views/ebiz/customerService/customerService')
export default [
{
path: '/customerService/customerService',
name: 'customerService',
component: customerService,
meta: {
title: '金掌桂智能客服',
index: 1
}
}
]