修改头部搜索框高度和代理服务路径
This commit is contained in:
parent
b38cdd4bb3
commit
405053696c
|
@ -32,7 +32,8 @@ export function initAxiosInterceptors(props) {
|
||||||
// 判断网络是否连接
|
// 判断网络是否连接
|
||||||
initOnlineOfflineListener();
|
initOnlineOfflineListener();
|
||||||
|
|
||||||
var proxy = "https://testforgeplus.trustie.net";
|
// var proxy = "https://testforgeplus.trustie.net";
|
||||||
|
var proxy="https://forgeplus.trustie.net/";
|
||||||
//响应前的设置
|
//响应前的设置
|
||||||
axios.interceptors.request.use(
|
axios.interceptors.request.use(
|
||||||
config => {
|
config => {
|
||||||
|
|
|
@ -28,6 +28,7 @@ export default ({history}) => {
|
||||||
className={`search-input mr20`}
|
className={`search-input mr20`}
|
||||||
onSearch={onGlobalSearch}
|
onSearch={onGlobalSearch}
|
||||||
autoFocus={true}
|
autoFocus={true}
|
||||||
|
style={{width:'260px'}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
:
|
:
|
||||||
|
|
Loading…
Reference in New Issue