|
|
@@ -20,10 +20,10 @@ try {
|
|
|
switch (env) {
|
|
|
case 'develop':
|
|
|
//API_BASE_URL = 'http://cfc.iwintrue.com'
|
|
|
- API_BASE_URL = 'http://192.168.1.57:9082'
|
|
|
+ API_BASE_URL = 'https://cfc.etotem.com.cn'
|
|
|
break
|
|
|
case 'trial':
|
|
|
- API_BASE_URL = 'https://cfc.iwintrue.com'
|
|
|
+ API_BASE_URL = 'https://cfc.etotem.com.cn'
|
|
|
break
|
|
|
case 'release':
|
|
|
API_BASE_URL = 'https://cfc.etotem.com.cn'
|