Merge branch 'newVersion_forge' of http://git.trustie.net/jasder/forgeplus-react into newVersion_forge

This commit is contained in:
sylor_huang@126.com 2020-09-07 11:50:46 +08:00
commit 12d603a0d2
4 changed files with 3 additions and 4 deletions

View File

@ -105,7 +105,7 @@ class NewMilepost extends Component {
required: true, message: '请输入标题'
}],
})(
<Input placeholder="标题" />
<Input placeholder="标题" autoComplete="off"/>
)}
</Form.Item>
</div>

View File

@ -222,7 +222,7 @@
flex-wrap: wrap;
align-content: center;
border-bottom: 1px solid #eee;
padding: 16px 20px;
padding: 16px 0px 16px 20px;
}
.issueNo {
padding: 0px 5px;

View File

@ -571,7 +571,6 @@ class NewHeader extends Component {
});
}
matchpaths = (url) => {
const { match } = this.props;
if(url){

View File

@ -82,7 +82,7 @@ export function TPMIndexHOC(WrappedComponent) {
this.setState({
mygetHelmetapi: undefined
});
document.title = "EduCoder";
document.title = "Forge";
var link = document.createElement('link'),
oldLink = document.getElementById('dynamic-favicon');
link.id = 'dynamic-favicon';