搜索的接口改用正式版对应的服务器地址

This commit is contained in:
caishi 2021-06-28 10:44:42 +08:00
parent db682ace86
commit eba6ed0876
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const { TabPane } = Tabs;
// const https = 'http://192.168.0.77:8081'; //
// const https = 'http://192.168.31.104:8081'; //
// const https='http://106.75.31.211:58081';
const https = 'https://test-statistics.trustie.net';
const https = "https://statistics.trustie.net";
const GlobalSearch = ({ location, showNotification, history }) => {