|
@@ -4,7 +4,7 @@ type ServiceEnv = Record<ServiceEnvType, ServiceEnvConfig>;
|
|
/** 不同请求服务的环境配置 */
|
|
/** 不同请求服务的环境配置 */
|
|
const serviceEnv: ServiceEnv = {
|
|
const serviceEnv: ServiceEnv = {
|
|
dev: {
|
|
dev: {
|
|
- url: 'http://localhost:8080'
|
|
|
|
|
|
+ url: 'http://eas-api.edu.koobietech.com'
|
|
},
|
|
},
|
|
test: {
|
|
test: {
|
|
url: 'http://localhost:8080'
|
|
url: 'http://localhost:8080'
|