ci(custom): add docker
This commit is contained in:
@@ -1,23 +1,21 @@
|
||||
# 资源公共路径,需要以 /开头和结尾
|
||||
VITE_PUBLIC_PATH = '/static/admin'
|
||||
VITE_PUBLIC_PATH='/'
|
||||
|
||||
# 是否启用MOCK
|
||||
VITE_USE_MOCK = false
|
||||
VITE_USE_MOCK=false
|
||||
|
||||
# base api
|
||||
VITE_BASE_API = 'https://www.wanzhuanyongcheng.cn/admin'
|
||||
|
||||
# VITE_GAME_API = 'http://www.wanzhuanyongcheng.cn/admin'
|
||||
VITE_BASE_API='https://www.wanzhuanyongcheng.cn/admin'
|
||||
|
||||
# 是否启用压缩
|
||||
VITE_USE_COMPRESS = true
|
||||
VITE_USE_COMPRESS=true
|
||||
|
||||
# 压缩类型
|
||||
VITE_COMPRESS_TYPE = gzip
|
||||
VITE_COMPRESS_TYPE=gzip
|
||||
|
||||
VITE_WS1_URL = 'www.jdt168.com/dice/home'
|
||||
VITE_WS1_URL='www.jdt168.com/dice/home'
|
||||
|
||||
VITE_WS_URL = 'www.wanzhuanyongcheng.cn/admin/data'
|
||||
VITE_WS_URL='www.wanzhuanyongcheng.cn/admin/data'
|
||||
|
||||
|
||||
VITE_MER_LOGIN_URL = '//www.wanzhuanyongcheng.cn/static/mer/#/login'
|
||||
VITE_MER_LOGIN_URL='//www.wanzhuanyongcheng.cn/static/mer/#/login'
|
||||
|
||||
Reference in New Issue
Block a user