增加自动icon功能,所有添加到web/assets/icons下的svg会自动被注册为icon组件使用【可用于menu和直接用标签加文件名使用】

This commit is contained in:
piexlMax
2023-12-10 23:30:39 +08:00
parent 8b9a75ba5a
commit 0f2018d913
6 changed files with 47 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
package system
import (
"fmt"
"time"
"github.com/flipped-aurora/gin-vue-admin/server/global"
@@ -37,7 +36,6 @@ func (b *BaseApi) Captcha(c *gin.Context) {
}
var oc bool
fmt.Println(openCaptcha, interfaceToInt(v))
if openCaptcha == 0 || openCaptcha < interfaceToInt(v) {
oc = true
}