提交后台前端基础框架

This commit is contained in:
wanghao
2025-03-12 12:48:13 +08:00
parent 67a3fc68c9
commit 8e19156555
174 changed files with 36652 additions and 0 deletions

6
Backend/.env Executable file
View File

@@ -0,0 +1,6 @@
NODE_ENV=production
VUE_APP_PREVIEW=false
VUE_APP_API_BASE_URL=http://xys.morefun.vip
VUE_APP_WWW_BASE_URL=http://xys.morefun.vip
VUE_APP_WEB_SOCKET_URL=ws://xys.morefun.vip:2348
VUE_APP_WEBSITE_NAME="管理后台"