咨询等功能完善1
This commit is contained in:
@@ -68,7 +68,7 @@ spring:
|
|||||||
# redis 配置
|
# redis 配置
|
||||||
redis:
|
redis:
|
||||||
# 地址
|
# 地址
|
||||||
host: 192.168.31.55
|
host: 127.0.0.1
|
||||||
# 端口,默认为6379
|
# 端口,默认为6379
|
||||||
port: 6379
|
port: 6379
|
||||||
# 数据库索引
|
# 数据库索引
|
||||||
|
|||||||
@@ -36,12 +36,12 @@ export const constantRoutes = [
|
|||||||
component: Layout,
|
component: Layout,
|
||||||
hidden: false,
|
hidden: false,
|
||||||
children: [
|
children: [
|
||||||
{
|
// {
|
||||||
path: 'index',
|
// path: 'index',
|
||||||
component: () => import('@/views/consult/index'),
|
// component: () => import('@/views/consult/index'),
|
||||||
name: 'ConsultList',
|
// name: 'ConsultList',
|
||||||
meta: { title: '咨询列表', icon: 'list' }
|
// meta: { title: '咨询列表', icon: 'list' }
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: 'add',
|
path: 'add',
|
||||||
component: () => import('@/views/consult/add'),
|
component: () => import('@/views/consult/add'),
|
||||||
|
|||||||
Reference in New Issue
Block a user