Browse Source

修改邮箱地址

1
guhongwei 2 years ago
parent
commit
66c44a0919
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/config.prod.js

+ 2 - 2
config/config.prod.js

@@ -7,8 +7,8 @@ module.exports = () => {
   // 检查的盘符
   config.checkDrive = 'D:';
   // 占用空间警告线
-  config.redLine = 80; // 百分制
+  config.redLine = 10; // 百分制
   // 邮件接收人
-  config.receiver = 'guhongwei0324@163.com';
+  config.receiver = '1345526645@qq.com';
   return config;
 };