新增邮件群发和数据可视化
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
export const useAccountStore = defineStore('account', {
|
||||
state: () => ({
|
||||
currentAccountId: 0,
|
||||
currentAccount: {}
|
||||
currentAccount: {},
|
||||
changeUserAccountName: ''
|
||||
})
|
||||
})
|
||||
@@ -8,7 +8,8 @@ export const useEmailStore = defineStore('email', {
|
||||
contentData: {
|
||||
email: null,
|
||||
delType: null,
|
||||
showStar: true
|
||||
showStar: true,
|
||||
showReply: true,
|
||||
},
|
||||
sendScroll: null,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user