diff --git a/.env.development b/.env.development index 1fcbce6..698202c 100644 --- a/.env.development +++ b/.env.development @@ -4,11 +4,11 @@ NODE_ENV=development VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://192.168.0.165:25110' +VITE_BASE_URL='http://localhost:25110' # 上传路径 #VITE_UPLOAD_URL='http://localhost:12080/admin-api/spc/template-item-details/upload' -VITE_UPLOAD_URL='http://192.168.0.165:25110/admin-api/infra/file/upload' +VITE_UPLOAD_URL='http://localhost:25110/admin-api/infra/file/upload' # 接口前缀 VITE_API_BASEPATH=/dev-api