咨询等功能完善1

This commit is contained in:
menxipeng
2025-08-15 21:21:29 +08:00
parent 38203873ff
commit 76c430d768
2 changed files with 7 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ spring:
# redis 配置
redis:
# 地址
host: 192.168.31.55
host: 127.0.0.1
# 端口默认为6379
port: 6379
# 数据库索引

View File

@@ -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'),