|
@@ -78,11 +78,12 @@ export default {
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
openAiPage(item) {
|
|
openAiPage(item) {
|
|
|
- window.location.href =
|
|
|
|
|
|
|
+ let href =
|
|
|
'http://bi.dgtis.com/cboard/h5/index.html?token=' +
|
|
'http://bi.dgtis.com/cboard/h5/index.html?token=' +
|
|
|
this.AIToken +
|
|
this.AIToken +
|
|
|
- '#/chatbi&datasetId=' +
|
|
|
|
|
|
|
+ '#/chatbi?datasetId=' +
|
|
|
item.datasetId;
|
|
item.datasetId;
|
|
|
|
|
+ window.location.href = href;
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
};
|
|
};
|