|
@@ -372,7 +372,7 @@
|
|
|
stopWordStatus: stopWordStatus,
|
|
|
}
|
|
|
$.ajax({
|
|
|
- url: window.g.BASE_URL + "/GCLSTRCServer/tools/TS/glossary/ciyun",
|
|
|
+ url: window.g.BASE_URL + "/GCLSTCServer/tools/TS/glossary/ciyun",
|
|
|
// url: "/i21st-newspaper-management-test/api/article/detail/wordCloud",
|
|
|
data: JSON.stringify(data),
|
|
|
contentType: "application/json",
|
|
@@ -481,7 +481,7 @@
|
|
|
|
|
|
function initStopWords() {
|
|
|
$.ajax({
|
|
|
- url: window.g.BASE_URL + "/GCLSTRCServer/tools/TS/stop/word/list",
|
|
|
+ url: window.g.BASE_URL + "/GCLSTCServer/tools/TS/stop/word/list",
|
|
|
// url: "/i21st-newspaper-management-test/api/user/stopVocab/get",
|
|
|
data: JSON.stringify({}),
|
|
|
contentType: "application/json;charset=UTF-8",
|
|
@@ -727,7 +727,7 @@
|
|
|
function updatawordData() {
|
|
|
let userStopVocab = JSON.parse(JSON.stringify(oldstopWordList));
|
|
|
$.ajax({
|
|
|
- url: window.g.BASE_URL + "/GCLSTRCServer/tools/TS/stop/word/save",
|
|
|
+ url: window.g.BASE_URL + "/GCLSTCServer/tools/TS/stop/word/save",
|
|
|
// url: "/i21st-newspaper-management-test/api/user/stopVocab/update",
|
|
|
data: JSON.stringify({ tenantId: "", wordList: userStopVocab }),
|
|
|
contentType: "application/json;charset=UTF-8",
|