咨询等功能完善1
This commit is contained in:
@@ -36,12 +36,12 @@ export const constantRoutes = [
|
||||
component: Layout,
|
||||
hidden: false,
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
component: () => import('@/views/consult/index'),
|
||||
name: 'ConsultList',
|
||||
meta: { title: '咨询列表', icon: 'list' }
|
||||
},
|
||||
// {
|
||||
// path: 'index',
|
||||
// component: () => import('@/views/consult/index'),
|
||||
// name: 'ConsultList',
|
||||
// meta: { title: '咨询列表', icon: 'list' }
|
||||
// },
|
||||
{
|
||||
path: 'add',
|
||||
component: () => import('@/views/consult/add'),
|
||||
|
||||
Reference in New Issue
Block a user