소스 검색

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

songzhibin97 3 년 전
부모
커밋
095c6ac0be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"
 )