Browse Source

文本分析修改跳转参数bug

qinpeng 2 years ago
parent
commit
5d1eccd393
1 changed files with 1 additions and 14 deletions
  1. 1 14
      src/components/Adult/preview/DialogueArticleViewChs/index.vue

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

@@ -209,20 +209,7 @@ export default {
         .then((res) => {
           window.open(
             process.env.VUE_APP_BASE_API +
-              `/GCLS-TC/#/textanalysis/Result?
-          partitionKey=${res.data.result.partitionKey}
-          &subjectWords=${res.data.result.subjectWords}
-          &wordTextCount=${res.data.result.textCount}
-          &wordCount=${res.data.result.wordCount}
-          &vocabularyTextCount=${res.data.result.vocabularyTextCount}
-          &vocabularyCount=${res.data.result.vocabularyCount}
-          &pinyinCount=${res.data.result.pinyinCount}
-          &pinyinTextCount=${res.data.result.pinyinTextCount}
-          &pinyinDifficulty=${res.data.result.pinyinDifficulty}
-          &wordDifficulty=${res.data.result.wordDifficulty}
-          &vocabularyDifficulty=${res.data.result.vocabularyDifficulty}
-          &type=文本分析`
-          );
+              `/GCLS-TC/#/textanalysis/Result?partitionKey=${res.data.result.partitionKey}&subjectWords=${res.data.result.subjectWords}&wordTextCount=${res.data.result.textCount}&wordCount=${res.data.result.wordCount}&vocabularyTextCount=${res.data.result.vocabularyTextCount}&vocabularyCount=${res.data.result.vocabularyCount}&pinyinCount=${res.data.result.pinyinCount}&pinyinTextCount=${res.data.result.pinyinTextCount}&pinyinDifficulty=${res.data.result.pinyinDifficulty}&wordDifficulty=${res.data.result.wordDifficulty}&vocabularyDifficulty=${res.data.result.vocabularyDifficulty}&type=文本分析`);
           loading.close();
         })
         .catch((res) => {