|
|
@@ -4,8 +4,8 @@ import qs from "qs";
|
|
|
let baseUrl = "http://localhost:8080";
|
|
|
switch (process.env.NODE_ENV) {
|
|
|
case "development":
|
|
|
- // baseUrl = "http://wlj.izouma.com";
|
|
|
- baseUrl = 'http://localhost:8080';
|
|
|
+ baseUrl = "http://wlj.izouma.com";
|
|
|
+ // baseUrl = 'http://localhost:8080';
|
|
|
break;
|
|
|
case "test":
|
|
|
baseUrl = "http://localhost:8080";
|