首次提交

This commit is contained in:
2023-06-04 20:01:58 +08:00
parent 00c64c53bb
commit 587f078d21
560 changed files with 106725 additions and 0 deletions

6
cdTMP/.env.development Normal file
View File

@@ -0,0 +1,6 @@
# .env.development
VITE_APP_ENV = development
# 开发访问的地址
VITE_APP_BASE_URL = http://127.0.0.1:8000/api
VITE_APP_WS_URL = ws://127.0.0.1:8000/message.io
VITE_APP_PROXY_PREFIX = /api