|
@@ -4,10 +4,10 @@ NODE_ENV=development
|
|
|
VITE_DEV=true
|
|
|
|
|
|
# 请求路径
|
|
|
-VITE_BASE_URL='http://10.0.5.228:48080'
|
|
|
+VITE_BASE_URL='http://10.0.5.228:8002'
|
|
|
|
|
|
# 上传路径
|
|
|
-VITE_UPLOAD_URL='http://10.0.5.228:48080/admin-api/infra/file/upload'
|
|
|
+VITE_UPLOAD_URL='http://10.0.5.228:8002/admin-api/infra/file/upload'
|
|
|
|
|
|
# 接口前缀
|
|
|
VITE_API_BASEPATH=/dev-api
|