Vue3 重构:邮件账号的重构部分提交
This commit is contained in:
@ -266,7 +266,7 @@ const sendTest = async () => {
|
||||
|
||||
// ========== 初始化 ==========
|
||||
onMounted(() => {
|
||||
MailAccountApi.getSimpleMailAccounts().then((data) => {
|
||||
MailAccountApi.getSimpleMailAccountList().then((data) => {
|
||||
accountOptions.value = data
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user