...
|
...
|
@@ -149,8 +149,13 @@ export default { |
|
|
this.$store.commit('CHANGE_TREE',data)
|
|
|
},
|
|
|
setSrc(data,node){
|
|
|
let origin=window.location.origin;//当前域名
|
|
|
let srcName=origin+'/#/bigscreen/viewer?reportCode=';
|
|
|
let prePath = window.location.origin;
|
|
|
let basePath = process.env.BASE_API;
|
|
|
if(basePath.indexOf('http://') == -1){
|
|
|
prePath += basePath + "/index.html";
|
|
|
}
|
|
|
console.log('=====>1111111111111111111');
|
|
|
let srcName = prePath + '/#/bigscreen/viewer?reportCode=';
|
|
|
// serviceCode,resourceCode
|
|
|
let codeArr=[];
|
|
|
let codeArrSecond=[];
|
...
|
...
|
|