This commit is contained in:
shijing 2024-09-03 15:20:00 +08:00
commit abb4ea8d24
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ export default {
// let baseInFo = data[data.current];
let base_logo =
this.$TOOL.data.get("BASE_INFO") !== null
? this.$TOOL.data.get("BASE_INFO").base.base_logo
? this.$TOOL.data.get("BASE_INFO").base.base_logo_i
: "img/logo.png";
// let base_logo = baseInFo!==null?baseInFo.base.base_logo:'img/logo.png';
return base_logo;