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
9 lines
244 B
Plaintext
9 lines
244 B
Plaintext
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
|
|
NODE_ENV = 'test'
|
|
# 是否显示console
|
|
VITE_SHOW_CONSOLE = true
|
|
# 是否开启sourcemap
|
|
VITE_SHOW_SOURCEMAP = true
|
|
# baseUrl
|
|
VITE_BASEURL = 'https://warehouse.szjixun.cn/oa_backend'
|