|
@@ -1046,7 +1046,7 @@ export default {
|
|
: this.base.vocabularyTextCount;
|
|
: this.base.vocabularyTextCount;
|
|
}
|
|
}
|
|
postapi({
|
|
postapi({
|
|
- url: "GCLSTCServer/tools/TS/statistics",
|
|
|
|
|
|
+ url: "/GCLSTCServer/tools/TS/statistics",
|
|
data: {
|
|
data: {
|
|
searchType: this.leftNavIndex,
|
|
searchType: this.leftNavIndex,
|
|
partitionKey: this.partitionKey,
|
|
partitionKey: this.partitionKey,
|
|
@@ -1076,7 +1076,7 @@ export default {
|
|
getArticleData() {
|
|
getArticleData() {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
postapi({
|
|
postapi({
|
|
- url: "GCLSTCServer/tools/TS/analysis/parsed/text",
|
|
|
|
|
|
+ url: "/GCLSTCServer/tools/TS/analysis/parsed/text",
|
|
data: {
|
|
data: {
|
|
partitionKey: this.partitionKey,
|
|
partitionKey: this.partitionKey,
|
|
},
|
|
},
|