feat(other): init

This commit is contained in:
2026-01-19 03:06:04 +08:00
commit 2b97d4ef6c
195 changed files with 30912 additions and 0 deletions

28
.env.development Normal file
View File

@@ -0,0 +1,28 @@
# 资源公共路径,需要以 /开头和结尾
VITE_PUBLIC_PATH='/'
# 是否启用MOCK
VITE_USE_MOCK=false
# 是否启用代理
VITE_USE_PROXY=true
# base api
VITE_BASE_API='/api'
VITE_BASE_API_1='/api1'
# VITE_BASE_API='https://test.wanzhuanyongcheng.cn/admin'
# VITE_BASE_API_1='https://api.gxwzwh.com/admin'
VITE_WS1_URL='game.wanzhuanyongcheng.cn/dice/home'
VITE_WS_URL='test.wanzhuanyongcheng.cn/admin/data'
VITE_MER_LOGIN_URL='//localhost:3100/login'
VITE_GAME_API='https://www.jdt168.com'
# 转盘相关
VITE_TRUN_WS_URL='test.wanzhuanyongcheng.cn/admin/turntable'
VITE_TRUN_WS1_URL='game2.wanzhuanyongcheng.cn/turntable/home'