mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-05 19:41:27 +08:00
优化功能,通知功能,任务功能
This commit is contained in:
@@ -2,7 +2,7 @@ package router
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
api2 "pandax/apps/system/api"
|
||||
"pandax/apps/system/api"
|
||||
"pandax/apps/system/services"
|
||||
|
||||
logServices "pandax/apps/log/services"
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
func InitUserRouter(router *gin.RouterGroup) {
|
||||
s := &api2.UserApi{
|
||||
s := &api.UserApi{
|
||||
RoleApp: services.SysRoleModelDao,
|
||||
MenuApp: services.SysMenuModelDao,
|
||||
RoleMenuApp: services.SysRoleMenuModelDao,
|
||||
|
||||
Reference in New Issue
Block a user