src/tabviews/home/index.jsx
@@ -78,7 +78,7 @@ if (loading || waiting) { return (<div className="home-loading-view" style={{background: background}}><Spin className="home-box-spin" size="large" /></div>) } else if (view === 'custom') { return (<CustomPage MenuID={this.props.MenuID}/>) return (<CustomPage MenuID={this.props.MenuID} MenuName="首页"/>) } else { return (<DefaultHome />) }