修改头部搜索框高度和代理服务路径

This commit is contained in:
何童崇 2021-06-11 15:28:40 +08:00
parent b38cdd4bb3
commit 405053696c
2 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,8 @@ export function initAxiosInterceptors(props) {
// 判断网络是否连接
initOnlineOfflineListener();
var proxy = "https://testforgeplus.trustie.net";
// var proxy = "https://testforgeplus.trustie.net";
var proxy="https://forgeplus.trustie.net/";
//响应前的设置
axios.interceptors.request.use(
config => {

View File

@ -28,6 +28,7 @@ export default ({history}) => {
className={`search-input mr20`}
onSearch={onGlobalSearch}
autoFocus={true}
style={{width:'260px'}}
/>
</div>
: