release(custom): i

This commit is contained in:
2023-10-10 15:01:00 +08:00
parent a9707c6d94
commit 5b33290de6
78 changed files with 13003 additions and 5230 deletions

View File

@@ -1,7 +1,18 @@
VITE_PUBLIC_PATH = '/'
# 资源公共路径,需要以 /开头和结尾
VITE_PUBLIC_PATH = '/static/admin'
# 是否启用MOCK
VITE_USE_MOCK = true
VITE_USE_MOCK = false
# 是否启用代理
VITE_USE_PROXY = false
# base api
VITE_BASE_API = '/api'
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_MER_LOGIN_URL = '//test.wanzhuanyongcheng.cn/static/mer/#/login'