修改指向路径

This commit is contained in:
何童崇 2021-08-20 09:00:42 +08:00
parent d988c4ea5f
commit 19ef012a0e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if (window.location.href.indexOf('localhost') > -1) {
actionUrl = "https://test-search.trustie.net";
// actionUrl = 'https://testforgeplus.trustie.net';
axios.defaults.withCredentials = true;
}else if (window.location.href.indexOf('wiki-api') > -1) {
}else if (window.location.href.indexOf('forgeplus') > -1) {
actionUrl = "https://wiki-api.trustie.net";
axios.defaults.withCredentials = true;
}