问题工单后台管理
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
282 B

# 只在生产模式中被载入
# 网站前缀
VITE_BASE_API_URL = http://192.168.3.118:10010/admin-api/
# base api
VITE_BASE_API = '/admin-api/'
VITE_BASE_SOCKET_PATH = '/ws-api'
VITE_BASE_SOCKET_NSP = '/admin'
# mock api
VITE_MOCK_API = '/mock-api/'
VITE_DROP_CONSOLE = true