diff --git a/README.md b/README.md
index c2a5ce1..5de0d3e 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@
- ✔ **`代码生成`** - _可直接通过框架生成前后端基础业务代码(go、vue),减少开发时间。_
- ✔ **`组态大屏设计器`** - _通过拖拉拽直接生成组态、大屏。_
- ✔ **`规则链设计`** - _物联网规则链过滤_
-- - ✔ **`表单设计`** - _表单设计_
+- ✔ **`表单设计`** - _表单设计_
- ✔ **`报表设计`** - _数据报表设计_
- ✔ **`产品管理`** - _设备的产品管理_
- ✔ **`设备管理`** - _设备的管理_
diff --git a/config.yml b/config.yml
index 6523285..49829e8 100644
--- a/config.yml
+++ b/config.yml
@@ -72,13 +72,6 @@ gen:
# 代码生成是使用前端代码存放位置,需要指定到src文件夹,相对路径
frontpath: ../PandaUi/src
-log:
- # 日志等级, trace, debug, info, warn, error, fatal
- level: info
- file:
- path: ./
-# name: panda_log.log
-
# 视频服务器使用的全局配置
global:
http:
@@ -93,4 +86,11 @@ gb28181:
password: "pandax"
#sip服务器端口
port:
- sip: udp:5060
\ No newline at end of file
+ sip: udp:5060
+
+log:
+ # 日志等级, trace, debug, info, warn, error, fatal
+ level: info
+ file:
+ path: ./
+# name: panda_log.log
diff --git a/shutdown.bat b/shutdown.bat
deleted file mode 100644
index 54b60e7..0000000
--- a/shutdown.bat
+++ /dev/null
@@ -1 +0,0 @@
-taskkill /pid 25952 -t -f
\ No newline at end of file