Some checks are pending
Check / lint (push) Waiting to run
Check / typecheck (push) Waiting to run
Check / build (build, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build, 18.x, windows-latest) (push) Waiting to run
Check / build (build:app, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build:app, 18.x, windows-latest) (push) Waiting to run
Check / build (build:mp-weixin, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build:mp-weixin, 18.x, windows-latest) (push) Waiting to run
22 lines
620 B
Plaintext
22 lines
620 B
Plaintext
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
|
|
NODE_ENV = 'prod'
|
|
# 是否显示console
|
|
VITE_SHOW_CONSOLE = false
|
|
# 是否开启sourcemap
|
|
VITE_SHOW_SOURCEMAP = false
|
|
|
|
# # baseUrl
|
|
# VITE_BASEURL = 'https://chat-out.szjixun.cn' #体制外
|
|
# #VITE_SOCKET_API
|
|
# VITE_SOCKET_API = 'wss://chat-out.szjixun.cn' #体制外
|
|
# # EPRAPI baseUrl
|
|
# VITE_EPR_BASEURL = 'https://erpapi-out.szjixun.cn' #体制外
|
|
|
|
# baseUrl
|
|
VITE_BASEURL = 'https://chat.szjixun.cn' #体制内
|
|
#VITE_SOCKET_API
|
|
VITE_SOCKET_API = 'wss://chat.szjixun.cn' #体制内
|
|
# EPRAPI baseUrl
|
|
VITE_EPR_BASEURL = 'https://erpapi.fontree.cn' #体制内
|
|
|