提交http配置
This commit is contained in:
parent
9ea4ce890f
commit
613fd3d85b
|
|
@ -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`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue