|
@@ -145,7 +145,7 @@ export default {
|
|
|
}else{
|
|
|
axios({
|
|
|
method: 'post',
|
|
|
- url: 'http://10.21.39.1:8082/dhController/getLocalChannel?pageNo=1&pageSize=1&uniType=1&id=' + id,
|
|
|
+ url: 'http://10.21.39.1:8082/dhController/getLocalChannel?pageNo=1&pageSize=1&uniType=1&token=d6790e9ac3c419f6fc8d48f8c2957afd&id=' + id,
|
|
|
timeout: 3000,
|
|
|
}).then(res =>{
|
|
|
if(res.data.data.pageList.length>0){
|