代码优化

This commit is contained in:
BianLzhaoMin 2024-08-30 17:39:17 +08:00
parent e50001a5e1
commit f00b9310bd
3 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@ class HttpConfig {
// systemPath = `${this.baseUrl}/dev-api/system`
// basePath = `${this.baseUrl}/dev-api/base`
// materialPath = `${this.baseUrl}/dev-api/material`
baseUrl = ENV === "production" ? "http://192.168.1.102:1616" : this.target;
baseUrl = ENV === "production" ? "http://192.168.0.56:21627" : this.target;
authPath =
ENV === "production"
? `${this.baseUrl}/dev-api/auth`

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long