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