feat: 新增单页面通知公告编辑与查看

This commit is contained in:
秋帆
2024-08-03 17:24:54 +08:00
parent bad6e30e41
commit 90693cb25d
9 changed files with 574 additions and 8 deletions

View File

@@ -1,10 +1,11 @@
# 环境变量 (命名必须以 VITE_ 开头)
# 接口前缀
VITE_API_PREFIX = '/api'
# 接口地址
VITE_API_BASE_URL = 'http://localhost:8000'
# 接口地址 (WebSocket)
VITE_API_WS_URL = 'ws://localhost:8000'
# 地址前缀