diff --git a/src/AppConfig.js b/src/AppConfig.js index 034612ece..434d2ed73 100644 --- a/src/AppConfig.js +++ b/src/AppConfig.js @@ -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 => { diff --git a/src/forge/Component/HeadSearch.jsx b/src/forge/Component/HeadSearch.jsx index 15ba6d448..fb7c9f25a 100644 --- a/src/forge/Component/HeadSearch.jsx +++ b/src/forge/Component/HeadSearch.jsx @@ -28,6 +28,7 @@ export default ({history}) => { className={`search-input mr20`} onSearch={onGlobalSearch} autoFocus={true} + style={{width:'260px'}} /> :