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