开发消息通知功能

This commit is contained in:
wangxulei
2025-01-15 10:28:21 +08:00
parent 14050af858
commit 3ba2d600c2
37 changed files with 2887 additions and 8 deletions

View File

@@ -3,7 +3,8 @@ ENV = 'development'
# base api
VUE_APP_BASE_API = 'http://127.0.0.1:8080'
VUE_APP_WEBSOCKET_API = 'ws://192.168.10.98:9326'
#VUE_APP_WEBSOCKET_API = 'ws://192.168.10.98:9326'
VUE_APP_WEBSOCKET_API = 'ws://192.168.1.136:9326'
# system name
VUE_APP_SYSTEM_NAME = '小红书社区后台管理系统'