浏览代码

update mailing setting page, keep 7th

develop
MSI\2Fi 4 个月前
父节点
当前提交
9d8f721478
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      src/components/MailSetting/MailSetting.tsx

+ 4
- 4
src/components/MailSetting/MailSetting.tsx 查看文件

@@ -93,12 +93,12 @@ const MailSetting: React.FC<Props> = ({
if (test) {
let msg = ""
try {
msg = "testEveryone"
await testEveryone()
// msg = "testEveryone"
// await testEveryone()
msg = "test7th"
await test7th()
msg = "test15th"
await test15th()
// msg = "test15th"
// await test15th()
} catch (error) {
console.log(error)
console.log(msg)


正在加载...
取消
保存