Parcourir la source

update: 修改端口信息

Harper il y a 1 an
Parent
commit
ae8a7ce37d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      .env.dev

+ 2 - 2
.env.dev

@@ -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