Compare commits
2 Commits
03827e11ce
...
b5bdf3b548
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b5bdf3b548 | ||
![]() |
e69d5528ad |
@ -5,7 +5,7 @@
|
||||
<img :src="logoMini" />
|
||||
<div class="login-left-logo-text">
|
||||
<span>{{ getThemeConfig.globalTitle }}</span>
|
||||
<span class="login-left-logo-text-msg">{{ getThemeConfig.globalViceTitleMsg }}</span>
|
||||
<!-- <span class="login-left-logo-text-msg">{{ getThemeConfig.globalViceTitleMsg }}</span> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="login-left-img">
|
||||
|
@ -420,7 +420,7 @@ const disabled = ref(false)
|
||||
|
||||
const handleChange: UploadProps['onChange'] = async (file: uploadFile, uploadFiles) => {
|
||||
state.formData.loading = true;
|
||||
if (file.raw.type === 'image/png' || file.raw.type === 'image/jpeg' || file.raw.type === 'image/jpg') {
|
||||
if (file.raw.type === 'image/png' || file.raw.type === 'image/jpeg' || file.raw.type === 'image/jpg' || file.raw.type === 'image/gif') {
|
||||
state.formData.fileList = uploadFiles;
|
||||
uploadDisabled.value = true;
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user