咨询等功能完善1
This commit is contained in:
@@ -68,7 +68,7 @@ spring:
|
||||
# redis 配置
|
||||
redis:
|
||||
# 地址
|
||||
host: 192.168.31.55
|
||||
host: 127.0.0.1
|
||||
# 端口,默认为6379
|
||||
port: 6379
|
||||
# 数据库索引
|
||||
|
||||
@@ -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