|
|
@@ -5,9 +5,9 @@ import qs from 'qs';
|
|
|
let baseUrl = 'http://localhost:8080';
|
|
|
switch (process.env.NODE_ENV) {
|
|
|
case 'development':
|
|
|
- // baseUrl = 'https://nfttest.9space.vip/';
|
|
|
+ baseUrl = 'https://nfttest.9space.vip/';
|
|
|
// baseUrl = 'http://192.168.50.190:8080';
|
|
|
- baseUrl = 'http://localhost:8080';
|
|
|
+ // baseUrl = 'http://localhost:8080';
|
|
|
// baseUrl = 'http://192.168.50.190:8080';
|
|
|
break;
|
|
|
case 'test':
|