提交 edd719ef 编写于 作者: S songzhibin97

Update sys_auto_code.go

上级 f8e1bb6a
......@@ -234,9 +234,9 @@ func (autoCodeService *AutoCodeService) CreateTemp(autoCode system.AutoCodeStruc
}
if global.GVA_CONFIG.AutoCode.TransferRestart {
go func() {
_ = utils.Reload()
}()
// endless 会复用之前的指令
// 如果是你 goland debug/run 后用的还是之前打包的文件,没有做到真正意义上的重启
// 故此,拿掉迁移后的重启功能
}
} else { // 打包
if err = utils.ZipFiles("./ginvueadmin.zip", fileList, ".", "."); err != nil {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册