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