Skip to content

Commit

Permalink
bug fix:解决稳定性问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mahonelau committed Aug 9, 2023
1 parent 15b82c4 commit 812b496
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 803 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@
- ### 本地部署安装
手册(推荐): [在线文档](http://docs.kykms.cn/docs/mindoc/mindoc-1eqploikpjlkc)

- ### 一键运行脚本
快速部署docker镜像,请使用Centos 7以上版本,最低配置2C/4G。下载一键运行脚本:http://www.kykms.cn/install_community.sh

部署成功,访问:http://Your_IP:3000
- ### 开发环境准备与运行
请参考:[开发环境准备与运行](./开发环境准备与运行.MD)
- 默认登录账号: admin/123456
Expand Down
6 changes: 0 additions & 6 deletions ant-design-vue-jeecg/src/config/router.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ export const constantRouterMap = [
meta: { title: '首页' ,keepAlive: true },
component: () => import('@/views/km/search/DefaultDocSearch')
},
{
path:'/advancedSearch',
name:'advancedSearch',
meta: { title: '高级检索' ,keepAlive: true },
component: () => import('@/views/km/search/AdvancedSearch')
},
{
path:'/docSearch',
name:'docSearch',
Expand Down
Loading

0 comments on commit 812b496

Please sign in to comment.