host修改

This commit is contained in:
刘河
2019-01-13 01:43:58 +08:00
parent 851241a0c7
commit a94cef65a1
3 changed files with 3 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ func (s *IndexController) EditHost() {
s.error()
} else {
h.Vkey = s.GetString("vkey")
h.Host = s.GetString("host")
h.Host = s.GetString("nhost")
h.Target = s.GetString("target")
h.HeaderChange = s.GetString("header")
h.HostChange = s.GetString("hostchange")