updata:更新logo
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 2.3 MiB |
BIN
src/assets/logo-CID_back.png
Normal file
BIN
src/assets/logo-CID_back.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
BIN
src/assets/spdm-logo-mini.jpg
Normal file
BIN
src/assets/spdm-logo-mini.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 MiB |
@@ -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>
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user