清空数据时停用所有实用功能

This commit is contained in:
fofolee
2022-05-02 10:17:57 +08:00
parent dc7086fb9f
commit 46aa645792
4 changed files with 23 additions and 3 deletions

View File

@@ -633,6 +633,7 @@ window.quickcommandHttpServer = () => {
})
}
let stop = () => {
if (!httpServer) return
httpServer.close()
}
return {