mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-20 17:57:54 +00:00
feat✨优化字典数据错误判断写法
This commit is contained in:
committed by
wenjianzhang
parent
c6d94c03fb
commit
c6a52134b3
@@ -0,0 +1,8 @@
|
||||
package api
|
||||
|
||||
import "go-admin/app/other/router"
|
||||
|
||||
func init() {
|
||||
//注册路由 fixme 其他应用的路由,在本目录新建文件放在init方法
|
||||
AppRouters = append(AppRouters, router.InitRouter)
|
||||
}
|
||||
Reference in New Issue
Block a user