修复邮件列表截取文字加载图片导致大量爆红
This commit is contained in:
@@ -84,7 +84,7 @@ const openSelect = () => {
|
||||
|
||||
const params = reactive({
|
||||
timeSort: 0,
|
||||
type: 'all',
|
||||
type: 'receive',
|
||||
userEmail: null,
|
||||
accountEmail: null,
|
||||
name: null,
|
||||
@@ -102,7 +102,7 @@ const selectTitle = computed(() => {
|
||||
function refreshBefore() {
|
||||
searchValue.value = null
|
||||
params.timeSort = 0
|
||||
params.type = 'all'
|
||||
params.type = 'receive'
|
||||
params.userEmail = null
|
||||
params.accountEmail = null
|
||||
params.name = null
|
||||
|
||||
@@ -260,7 +260,7 @@
|
||||
<Icon icon="logos:telegram" width="30" height="30"/>
|
||||
</template>
|
||||
</el-button>
|
||||
<el-button @click="jump('https://github.com/arexing/cloud-mail')">
|
||||
<el-button @click="jump('https://github.com/LaziestRen/cloud-mail')">
|
||||
github
|
||||
<template #icon>
|
||||
<Icon icon="codicon:github-inverted" width="22" height="22" />
|
||||
|
||||
Reference in New Issue
Block a user