提交 887ddae8 编写于 作者: Mr.奇淼('s avatar Mr.奇淼(

Merge remote-tracking branch 'origin/main'

...@@ -234,9 +234,9 @@ func (autoCodeService *AutoCodeService) CreateTemp(autoCode system.AutoCodeStruc ...@@ -234,9 +234,9 @@ func (autoCodeService *AutoCodeService) CreateTemp(autoCode system.AutoCodeStruc
} }
if global.GVA_CONFIG.AutoCode.TransferRestart { if global.GVA_CONFIG.AutoCode.TransferRestart {
go func() { // endless 会复用之前的指令
_ = utils.Reload() // 如果是你 goland debug/run 后用的还是之前打包的文件,没有做到真正意义上的重启
}() // 故此,拿掉迁移后的重启功能
} }
} else { // 打包 } else { // 打包
if err = utils.ZipFiles("./ginvueadmin.zip", fileList, ".", "."); err != nil { 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.
先完成此消息的编辑!
想要评论请 注册