mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-10 10:53:15 +08:00
docs: changelog
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# 1.4.2
|
# 1.4.2
|
||||||
|
|
||||||
|
**FEATURES**
|
||||||
|
|
||||||
|
- 流程表达式 follow后端更新
|
||||||
|
- websocket功能(默认关闭)
|
||||||
|
|
||||||
**REFACTOR**
|
**REFACTOR**
|
||||||
|
|
||||||
- Modal/Drawer中使用VxeTable tooltip需要设置更高的z-index 防止被遮挡
|
- Modal/Drawer中使用VxeTable tooltip需要设置更高的z-index 防止被遮挡
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ VITE_GLOB_RSA_PRIVATE_KEY=MIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAmc3CuP
|
|||||||
# 客户端id
|
# 客户端id
|
||||||
VITE_GLOB_APP_CLIENT_ID=e5cd7e4891bf95d1d19206ce24a7b32e
|
VITE_GLOB_APP_CLIENT_ID=e5cd7e4891bf95d1d19206ce24a7b32e
|
||||||
|
|
||||||
# 开启SSE
|
# 开启SSE 具体消息逻辑: apps/web-antd/src/store/notify.ts
|
||||||
VITE_GLOB_SSE_ENABLE=true
|
VITE_GLOB_SSE_ENABLE=true
|
||||||
# 开启websocket
|
# 开启websocket 具体消息逻辑: apps/web-antd/src/store/notify.ts
|
||||||
VITE_GLOB_WEBSOCKET_ENABLE=false
|
VITE_GLOB_WEBSOCKET_ENABLE=false
|
||||||
|
|||||||
@@ -27,8 +27,8 @@ VITE_GLOB_RSA_PRIVATE_KEY=MIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAmc3CuP
|
|||||||
# 客户端id
|
# 客户端id
|
||||||
VITE_GLOB_APP_CLIENT_ID=e5cd7e4891bf95d1d19206ce24a7b32e
|
VITE_GLOB_APP_CLIENT_ID=e5cd7e4891bf95d1d19206ce24a7b32e
|
||||||
|
|
||||||
# 开启SSE
|
# 开启SSE 具体消息逻辑: apps/web-antd/src/store/notify.ts
|
||||||
VITE_GLOB_SSE_ENABLE=true
|
VITE_GLOB_SSE_ENABLE=true
|
||||||
# 开启websocket
|
# 开启websocket 具体消息逻辑: apps/web-antd/src/store/notify.ts
|
||||||
VITE_GLOB_WEBSOCKET_ENABLE=false
|
VITE_GLOB_WEBSOCKET_ENABLE=false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user