mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 14:52:53 +08:00
14 lines
291 B
JavaScript
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
|
|
}
|
|
}
|
|
] |