|
@@ -14,10 +14,10 @@ export var device_type = 'mobile'
|
|
|
export var device_type = 'wxapp'
|
|
|
//#endif
|
|
|
|
|
|
-export const devHost = "http://47.96.12.136:8888";
|
|
|
+export const devHost = "http://47.96.12.136:8897";
|
|
|
// export const devHost = "http://oraysmart.com:8888";
|
|
|
|
|
|
-export const deployHost = "http://120.55.44.4:8900";
|
|
|
+export const deployHost = "http://120.55.44.4:8897";
|
|
|
|
|
|
// export const host = uni.getStorageSync('ENV') == 'dev' ? devHost : deployHost
|
|
|
export const host = devHost
|