Explorar el Código

修改邮箱地址

1
guhongwei hace 2 años
padre
commit
66c44a0919
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      config/config.prod.js

+ 2 - 2
config/config.prod.js

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