增加自动icon功能,所有添加到web/assets/icons下的svg会自动被注册为icon组件使用【可用于menu和直接用标签加文件名使用】
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user