forked from Gitlink/forgeplus-react
修改头部搜索框高度和代理服务路径
This commit is contained in:
parent
b38cdd4bb3
commit
405053696c
|
@ -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 => {
|
||||
|
|
|
@ -28,6 +28,7 @@ export default ({history}) => {
|
|||
className={`search-input mr20`}
|
||||
onSearch={onGlobalSearch}
|
||||
autoFocus={true}
|
||||
style={{width:'260px'}}
|
||||
/>
|
||||
</div>
|
||||
:
|
||||
|
|
Loading…
Reference in New Issue