浏览代码

chatAI页面

zhujindu 6 月之前
父节点
当前提交
63778eae43
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/views/chatAIPage/index.vue

+ 3 - 2
src/views/chatAIPage/index.vue

@@ -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;
     },
   },
 };