|
|
@ -594,19 +594,6 @@ export function TPMIndexHOC(WrappedComponent) {
|
|
|
|
hideGlobalLoading = () => {
|
|
|
|
hideGlobalLoading = () => {
|
|
|
|
this.setState({ globalLoading: false })
|
|
|
|
this.setState({ globalLoading: false })
|
|
|
|
}
|
|
|
|
}
|
|
|
|
getAppdata=()=>{
|
|
|
|
|
|
|
|
let url = "/setting.json";
|
|
|
|
|
|
|
|
axios.get(url).then((response) => {
|
|
|
|
|
|
|
|
if(response){
|
|
|
|
|
|
|
|
this.setState({
|
|
|
|
|
|
|
|
getHelmetapi:response.data.setting
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
render() {
|
|
|
|
render() {
|
|
|
|
let{Headertop,Footerdown, isRender, AccountProfiletype}=this.state;
|
|
|
|
let{Headertop,Footerdown, isRender, AccountProfiletype}=this.state;
|
|
|
|
const common = {
|
|
|
|
const common = {
|
|
|
|