🎉 Initial commit

This commit is contained in:
landaiqing
2024-08-07 18:20:32 +08:00
commit 883afb315a
24 changed files with 2312 additions and 0 deletions

18
.env.production Normal file
View File

@@ -0,0 +1,18 @@
# 生产环境配置
VITE_NODE_ENV='production'
# 生产环境
VITE_APP_BASE_API='/api'
# 页面 title 前缀
VITE_APP_TITLE=生产环境
# 网络请求公用地址
VITE_API_BASE_URL='http://1.95.0.111:5050'
VITE_TITLE_NAME='五味子云相册'
# token key
VITE_APP_TOKEN_KEY='schisandra'
# the websocket url
VITE_WEB_SOCKET_URL='ws://127.0.0.1:3010/wx/socket'