From b767829a721f094b128b4d93bf9e3676222b31a0 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期五, 25 十月 2019 17:16:22 +0800 Subject: [PATCH] fix画区域bug --- insertdata/config.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/insertdata/config.go b/insertdata/config.go index 0a3bcab..64c6b67 100644 --- a/insertdata/config.go +++ b/insertdata/config.go @@ -59,5 +59,5 @@ viper.UnmarshalKey("es", EsInfo) viper.UnmarshalKey("weedfs", WeedFs) viper.UnmarshalKey("sopath",SoPath) - InitInsertEs() + //InitInsertEs() } \ No newline at end of file -- Gitblit v1.8.0