|
|
@@ -12,9 +12,10 @@ export const myRequest = (options) => {
|
|
|
// BASE_URL = 'http://192.168.1.77:8002'
|
|
|
}
|
|
|
|
|
|
- BASE_URL = 'http://118.178.196.153:7000/iotprod-api/bigdata-api';
|
|
|
+ // BASE_URL = 'http://118.178.196.153:7000/iotprod-api/bigdata-api';
|
|
|
+ BASE_URL = 'http://baixiang.agmp.yunfeiyun.com:7000/iotprod-api/bigdata-api';
|
|
|
// BASE_URL = 'http://192.168.1.52:8003'
|
|
|
- // console.log(BASE_URL)
|
|
|
+ console.log(BASE_URL)
|
|
|
var session_key = '';
|
|
|
session_key = uni.getStorageSync('session_key');
|
|
|
let url = '';
|
|
|
@@ -56,7 +57,7 @@ export const myRequest = (options) => {
|
|
|
},
|
|
|
data: data,
|
|
|
success: (res) => {
|
|
|
- console.log(url, 'response 12131313', url);
|
|
|
+ console.log(url, 'response 12131313', res);
|
|
|
if (res.data.message) {
|
|
|
if (
|
|
|
res.data.message == '识别无结果' ||
|