代码提交
This commit is contained in:
@ -4,10 +4,10 @@ NODE_ENV=production
|
||||
VITE_DEV=false
|
||||
|
||||
# 请求路径
|
||||
VITE_BASE_URL='http://localhost:48082'
|
||||
VITE_BASE_URL='https://b2c-pro-api-dev.zkthink.com'
|
||||
|
||||
# 上传路径
|
||||
VITE_UPLOAD_URL='http://localhost:48082/admin-api/infra/file/upload'
|
||||
VITE_UPLOAD_URL='https://b2c-pro-api-dev.zkthink.com/admin-api/infra/file/upload'
|
||||
|
||||
# 接口前缀
|
||||
VITE_API_BASEPATH=
|
||||
@ -28,4 +28,4 @@ VITE_SOURCEMAP=true
|
||||
VITE_BASE_PATH=/
|
||||
|
||||
# 输出路径
|
||||
VITE_OUT_DIR=dist-test
|
||||
VITE_OUT_DIR=dist
|
||||
|
Reference in New Issue
Block a user