updata:更新logo

This commit is contained in:
2025-12-16 11:01:29 +08:00
parent db71c40fcc
commit b11e537e7c
6 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

@@ -15,7 +15,8 @@
<!-- <img :src="systemConfig.logoMini" class="layout-logo-img-mini" /> -->
<ImageDecoration height="38px" :src="systemConfig.logoMini">
<template #error>
<ImageDecoration height="38px" src="/@/assets/logo-mini.svg" />
<!-- SPDM CODE -->
<ImageDecoration height="38px" src="/@/assets/spdm-logo-mini.jpg" />
</template>
</ImageDecoration>
</template>

View File

@@ -1,6 +1,6 @@
// import logo from '/@/assets/logo.png';
import logo from '/@/spdm/assets/spdm_logo.png'; // SPDM CODE
import logoMini from '/@/assets/logo-mini.svg';
import logoMini from '/@/assets/spdm-logo-mini.jpg'; // SPDM CODE
import {Local} from '/@/utils/storage';
import {mergeWith} from 'lodash';

View File

@@ -69,7 +69,7 @@ const getUserMessage = async () => {
// SPDM CODE
if (spdmMsgType.value) {
params.msgCategory = '99';
params.title = activeName.value;
params.msgTitle = activeName.value;
}
const res = await getMessageUserPage(params);
messageList.value.push(...res.data.records);