搜索的接口改用正式版对应的服务器地址
This commit is contained in:
parent
db682ace86
commit
eba6ed0876
|
@ -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 }) => {
|
||||
|
||||
|
|
Loading…
Reference in New Issue