forked from Gitlink/forgeplus-react
头部增加加入项目项
This commit is contained in:
parent
677c1cee1b
commit
5730c2e37c
|
@ -32,7 +32,7 @@ export function initAxiosInterceptors(props) {
|
|||
// 判断网络是否连接
|
||||
initOnlineOfflineListener();
|
||||
|
||||
var proxy = "http://192.168.1.40:3000";
|
||||
var proxy = "http://111.8.36.180:8000";
|
||||
//响应前的设置
|
||||
axios.interceptors.request.use(
|
||||
config => {
|
||||
|
|
|
@ -14,6 +14,7 @@ import 'antd/lib/input/style/index.css';
|
|||
import './TPMIndex.css';
|
||||
import './css/headerExcess.css';
|
||||
import logo from './images/hskylogo.png';
|
||||
import AddProjectModal from '../../forge/Head/AddProjectModal';
|
||||
|
||||
const $ = window.$
|
||||
// TODO 这部分脚本从公共脚本中直接调用
|
||||
|
@ -740,6 +741,9 @@ class NewHeader extends Component {
|
|||
)
|
||||
})
|
||||
}
|
||||
<li>
|
||||
<AddProjectModal {...this.props} showNotification={this.props.showNotification}/>
|
||||
</li>
|
||||
</ul>
|
||||
}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue