wangkaiyue 6 years ago
parent
commit
68c91f8fdb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/front/front.go

+ 1 - 1
src/jfw/front/front.go

@@ -1085,7 +1085,7 @@ func (f *Front) Busicooperation() error {
 	return f.SetBody(content)
 }
 
-var keyLock sync.Locker
+var keyLock sync.Mutex
 
 func (f *Front) Gethotkey() error {
 	keyLock.Lock()