dev_video
杨树林 5 years ago
parent 2172d2c531
commit b2065247da

@ -215,10 +215,7 @@ class Fileslistitem extends Component{
const { checkBox, const { checkBox,
discussMessage,index discussMessage,index
} = this.props; } = this.props;
console.log("Fileslistitem");
console.log( document.domain);
console.log(this.props.imhost);
console.log( window.location.href);
return( return(
<div className="graduateTopicList boardsList"> <div className="graduateTopicList boardsList">

@ -15,7 +15,6 @@ import _ from 'lodash'
import './style.css'; import './style.css';
import '../css/members.css'; import '../css/members.css';
import moment from 'moment'; import moment from 'moment';
let imhost=getUrl();
class Fileslists extends Component{ class Fileslists extends Component{
constructor(props){ constructor(props){
super(props); super(props);
@ -997,7 +996,6 @@ class Fileslists extends Component{
<Fileslistitem <Fileslistitem
{...this.props} {...this.props}
{...this.state} {...this.state}
imhost={imhost}
discussMessage={item} discussMessage={item}
isAdmin={this.props.isAdmin()} isAdmin={this.props.isAdmin()}
isStudent={this.props.isStudent()} isStudent={this.props.isStudent()}

Loading…
Cancel
Save