mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-07 00:52:57 +08:00
修复导入获取数据下标不对
This commit is contained in:
@@ -32,6 +32,8 @@ func AdminRoute(rg *gin.RouterGroup) {
|
||||
|
||||
rg.GET("/admin/ExportFile", middleware.RecordLog("管理员导出"), handle.ExportFile)
|
||||
|
||||
rg.POST("/admin/ImportFile", handle.ImportFile)
|
||||
|
||||
}
|
||||
func RoleRoute(rg *gin.RouterGroup) {
|
||||
// db := core.GetDB()
|
||||
|
Reference in New Issue
Block a user