Ver código fonte

chatAI页面

zhujindu 6 meses atrás
pai
commit
63778eae43
1 arquivos alterados com 3 adições e 2 exclusões
  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;
     },
   },
 };