ci(custom): add docker

This commit is contained in:
2023-11-20 20:35:36 +08:00
parent 6ce72fdfd6
commit 8d164fe9a8
22 changed files with 136 additions and 415 deletions

View File

@@ -1,18 +1,20 @@
# 资源公共路径,需要以 /开头和结尾
VITE_PUBLIC_PATH = '/static/admin'
VITE_PUBLIC_PATH='/'
# 是否启用MOCK
VITE_USE_MOCK = false
VITE_USE_MOCK=false
# 是否启用代理
VITE_USE_PROXY = false
VITE_USE_PROXY=false
# base api
VITE_BASE_API = '/admin'
VITE_BASE_API='/admin'
VITE_WS1_URL = 'game.wanzhuanyongcheng.cn/dice/home'
VITE_WS_URL = 'test.wanzhuanyongcheng.cn/admin/data'
VITE_GAME_API = 'https://game.wanzhuanyongcheng.cn'
VITE_WS1_URL='game.wanzhuanyongcheng.cn/dice/home'
VITE_MER_LOGIN_URL = '//test.wanzhuanyongcheng.cn/static/mer/#/login'
VITE_WS_URL='test.wanzhuanyongcheng.cn/admin/data'
VITE_GAME_API='https://game.wanzhuanyongcheng.cn'
VITE_MER_LOGIN_URL='//test.wanzhuanyongcheng.cn/static/mer/#/login'