|
@@ -23,6 +23,7 @@ const getDefaultSate = () => {
|
|
|
title: isHas ? token.title : '',
|
|
|
logo_image_url: isHas ? token.logo_image_url : '',
|
|
|
logo_image_url_home: isHas ? token.logo_image_url_home : '',
|
|
|
+ title_icon_url: isHas ? token.title_icon_url : '',
|
|
|
sys_type: isHas ? token.sys_type : ''
|
|
|
}
|
|
|
};
|