Przeglądaj źródła

fix:修正mac情况下的文件冲突

songzhibin97 3 lat temu
rodzic
commit
095c6ac0be
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      server/service/system/sys_auto_code.go

+ 1 - 1
server/service/system/sys_auto_code.go

@@ -19,7 +19,7 @@ import (
 )
 
 const (
-	autoPath = "autoCode/"
+	autoPath = "autocode_template/"
 	basePath = "resource/template"
 )