Merge branch 'gin-vue-admin_v2_dev' of https://github.com/piexlmax/gin-vue-admin into gin-vue-admin_v2_dev

# Conflicts:
#	server/model/sys_authority.go
#	server/model/sys_authority_menu.go
#	server/model/sys_base_menu.go
This commit is contained in:
rainyan
2020-04-06 00:47:46 +08:00
28 changed files with 259 additions and 315 deletions

View File

@@ -24,7 +24,6 @@ type Field struct {
// @title CreateTemp
// @description 函数的详细描述
// @auth 2020/04/05 20:22
// @param newPassword string
// @return err error
func (a *AutoCodeStruct) CreateTemp() (err error) {
basePath := "./template"
@@ -133,7 +132,7 @@ func (a *AutoCodeStruct) CreateTemp() (err error) {
// @title createDir
// @description 批量创建文件夹
// @auth 2020/04/05 20:22
// @param newPassword string
// @param dirs string
// @return err error
func createDir(dirs ...string) (err error) {
for _, v := range dirs {