From 4d4d304bf17a790538671efbc9d9702eabb208fa Mon Sep 17 00:00:00 2001
From: 沈斌 <23420800@qq.com>
Date: Fri, 10 Feb 2017 23:35:29 +0800
Subject: [PATCH] 把默认的警报设置变成都变成空
---
config.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.js b/config.js
index c35988b..a954ecb 100644
--- a/config.js
+++ b/config.js
@@ -16,9 +16,9 @@
lng:120.988327
},
notice: {
- tel: "15950198162",
- email: "it01@moral.org.cn",
- open_id: "o-RTuwvMHWotyirPHLmdSB_dKoQU"
+ tel: "",
+ email: "",
+ open_id: ""
},
options: {
1: [1000, 2000, 3000],
--
Gitblit v1.8.0