fix: 背景图片上传必须小于10MB

This commit is contained in:
TsMask
2023-11-06 18:05:31 +08:00
parent 0580fdf941
commit 4083a9bf1c
2 changed files with 5 additions and 5 deletions

View File

@@ -208,7 +208,7 @@ document.addEventListener('visibilitychange', function () {
</template>
<template v-if="appStore.logoType === 'brand'">
<img
:class="{ 'logo-brand': proConfig.layout !== 'side' }"
class="logo-brand"
:src="appStore.getLOGOBrand"
:alt="appStore.appName"
:title="appStore.appName"