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