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