|
@@ -316,7 +316,7 @@ export default {
|
|
if (this.tokenData && this.tokenData.user_type === "APP") {
|
|
if (this.tokenData && this.tokenData.user_type === "APP") {
|
|
window.open(
|
|
window.open(
|
|
window.location.origin +
|
|
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 {
|
|
} else {
|
|
window.open(
|
|
window.open(
|