eight
2025-04-15 49206ee0689d44367b9f5de3decf0c3ec02bfb51
.env.stage
@@ -4,12 +4,12 @@
VITE_DEV=false
# 请求路径
VITE_BASE_URL='http://api-dashboard.yudao.iocoder.cn'
VITE_BASE_URL='http://192.168.2.200'
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务
VITE_UPLOAD_TYPE=server
# 上传路径
VITE_UPLOAD_URL='http://api-dashboard.yudao.iocoder.cn/admin-api/infra/file/upload'
VITE_UPLOAD_URL='http://192.168.2.200/admin-api/infra/file/upload'
# 接口地址
VITE_API_URL=/admin-api
@@ -24,7 +24,7 @@
VITE_SOURCEMAP=false
# 打包路径
VITE_BASE_PATH='http://static-vue3.yudao.iocoder.cn/'
VITE_BASE_PATH=/
# 输出路径
VITE_OUT_DIR=dist-stage