提交http配置

This commit is contained in:
BianLzhaoMin 2024-12-12 11:01:05 +08:00
parent 9ea4ce890f
commit 613fd3d85b
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ class HttpConfig {
// materialPath = `${this.baseUrl}/dev-api/material`
baseUrl =
ENV === "production"
? "http://112.29.103.165:21626/dev-api"
? "http://192.168.0.56:21627/dev-api"
: this.target;
authPath =
ENV === "production" ? `${this.baseUrl}/auth` : `${this.baseUrl}/auth`;