@@ -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 {
@@ -272,7 +272,7 @@ export default {