|
|
@ -346,6 +346,8 @@ export function TPMIndexHOC(WrappedComponent) {
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
mygetHelmetapi: response.data.setting
|
|
|
|
mygetHelmetapi: response.data.setting
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
localStorage.setItem('chromesetting',JSON.stringify(response.data.setting));
|
|
|
|
|
|
|
|
localStorage.setItem('chromesettingresponse',JSON.stringify(response));
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
if (response.data.setting.tab_logo_url) {
|
|
|
|
if (response.data.setting.tab_logo_url) {
|
|
|
|
this.gettablogourldata(response);
|
|
|
|
this.gettablogourldata(response);
|
|
|
|