fix: 背景图片上传必须小于10MB
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user