forked from Gitlink/forgeplus-react
remove
This commit is contained in:
parent
f12230dc91
commit
de550d5f42
|
@ -16,7 +16,6 @@ import logo from './images/logo.png';
|
|||
import { result } from 'lodash';
|
||||
|
||||
const $ = window.$
|
||||
|
||||
window._header_componentHandler = null;
|
||||
// 非trustie链接则新开页跳转
|
||||
const str = ['www.trustie.net','forgeplus.trustie.net','forum.trustie.net','testforgeplus.trustie.net']
|
||||
|
@ -95,10 +94,6 @@ class NewHeader extends Component {
|
|||
this.setState({
|
||||
user: newProps.user
|
||||
})
|
||||
if (newProps.Headertop !== undefined) {
|
||||
old_url = newProps.Headertop.old_url
|
||||
}
|
||||
|
||||
}
|
||||
getCookie = (key) => {
|
||||
var arr, reg = RegExp('(^| )' + key + '=([^;]+)(;|$)');
|
||||
|
|
Loading…
Reference in New Issue