Browse Source

文本分析工具链接

natasha 11 months ago
parent
commit
b1e3306af0

+ 1 - 1
src/components/Adult/preview/ArticleViewChs/index.vue

@@ -316,7 +316,7 @@ export default {
           if (this.tokenData && this.tokenData.user_type === "APP") {
             window.open(
               window.location.origin +
-                `/GCLS-TC/#/Integration/TextAnalyser/Result?id=${res.record.id}&type=文本分析&AppID=${this.$route.query.AppID}&AccessToken=${this.$route.query.AccessToken}&UserID=${this.$route.query.UserID}`
+                `/GCLS-TC/#/textanalysis/Result?id=${res.record.id}&type=文本分析&AppID=${this.$route.query.AppID}&AccessToken=${this.$route.query.AccessToken}&UserID=${this.$route.query.UserID}`
             );
           } else {
             window.open(

+ 1 - 1
src/components/Adult/preview/DialogueArticleViewChs/index.vue

@@ -272,7 +272,7 @@ export default {
           if (this.tokenData && this.tokenData.user_type === "APP") {
             window.open(
               window.location.origin +
-                `/GCLS-TC/#/Integration/TextAnalyser/Result?id=${res.record.id}&type=文本分析&AppID=${this.$route.query.AppID}&AccessToken=${this.$route.query.AccessToken}&UserID=${this.$route.query.UserID}`
+                `/GCLS-TC/#/textanalysis/Result?id=${res.record.id}&type=文本分析&AppID=${this.$route.query.AppID}&AccessToken=${this.$route.query.AccessToken}&UserID=${this.$route.query.UserID}`
             );
           } else {
             window.open(