mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-10 03:03:44 +08:00
发布v2.12.1版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -42,7 +42,21 @@
|
||||
- http服务没有启动或正在启动
|
||||
- 通过一键启动所有服务运行时属正常情况,多服务启动时存在先后顺序问题,`tcpClient`比`tcpServer`先启动完成导致的,等`tcpServer`启动完成后会自动重连
|
||||
|
||||
|
||||
|
||||
|
||||
详细请参考 - [系统安装](start-installation.md)
|
||||
|
||||
|
||||
### 四、前端相关
|
||||
|
||||
#### 1、Error: connect ECONNREFUSED ::1:8000
|
||||
|
||||
```text
|
||||
11:44:52 [vite] http proxy error at /member/info:
|
||||
Error: connect ECONNREFUSED ::1:8000
|
||||
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1246:16)
|
||||
```
|
||||
|
||||
- 服务端没有启动
|
||||
- `.\wen\.env.development`中的`VITE_PROXY`配置的服务器地址或端口与实际不一致
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -11,6 +11,16 @@
|
||||
|
||||
> 如果升级(覆盖)代码后打开会出现 sql 报错, 请检查更新的数据库格式或自行调整
|
||||
|
||||
### v2.12.1
|
||||
updated 2023.12.29
|
||||
|
||||
- 修复:修复访问日志权限过滤
|
||||
- 优化:gf版本升级到v2.6.1
|
||||
- 优化:naive-ui版本升级到2.36.0,vue版本升级到3.4.0,vite版本升级到4.2.7
|
||||
- 优化:优化curd代码生成,编辑表单增加自适应,详情改为`抽屉`,修复菜单权限关系树,简化`State`
|
||||
- 优化:优化字典编辑和查询
|
||||
- 优化:优化角色列表数据加载缓慢问题
|
||||
|
||||
### v2.11.5
|
||||
updated 2023.11.25
|
||||
|
||||
|
||||
Reference in New Issue
Block a user