update:修改logo
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 458 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 MiB |
BIN
src/assets/spdm-logo-mini.png
Normal file
BIN
src/assets/spdm-logo-mini.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 458 KiB |
@@ -28,7 +28,7 @@
|
||||
<ImageDecoration height="38px" :src="systemConfig.logoMini">
|
||||
<template #error>
|
||||
<!-- SPDM CODE -->
|
||||
<ImageDecoration height="38px" src="/@/assets/spdm-logo-mini.jpg" />
|
||||
<ImageDecoration height="38px" src="/@/assets/spdm-logo-mini.png" />
|
||||
</template>
|
||||
</ImageDecoration>
|
||||
</template>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// import logo from '/@/assets/logo.png';
|
||||
import logo from '/@/assets/spdm-logo-mini.jpg'; // SPDM CODE
|
||||
import logoMini from '/@/assets/spdm-logo-mini.jpg'; // SPDM CODE
|
||||
import logo from '/@/assets/spdm-logo-mini.png'; // SPDM CODE
|
||||
import logoMini from '/@/assets/spdm-logo-mini.png'; // SPDM CODE
|
||||
import {Local} from '/@/utils/storage';
|
||||
import {mergeWith} from 'lodash';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user