From 25fcc66e4c844306489dcfec6880004157a2dff7 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期四, 20 七月 2023 17:24:47 +0800
Subject: [PATCH] fix
---
router/index.go | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/router/index.go b/router/index.go
index cdac9d3..19ce012 100644
--- a/router/index.go
+++ b/router/index.go
@@ -52,6 +52,9 @@
ServiceFeeManageRouter
AuthorityRouter
MenuRouter
+ DataRouter
+ DepartmentRouter
+ SatisfactionRouter
}
func InitRouter() *gin.Engine {
@@ -123,6 +126,9 @@
routerGroup.InitServiceFeeManageRouter(PrivateGroup) // 娉ㄥ唽serviceFeeManage璺敱
routerGroup.InitAuthorityRouter(PrivateGroup) // 娉ㄥ唽authority璺敱
routerGroup.InitMenuRouter(PrivateGroup) // 娉ㄥ唽menu璺敱
+ routerGroup.InitDataRouter(PrivateGroup) // 娉ㄥ唽data璺敱
+ routerGroup.InitDepartmentRouter(PrivateGroup) // 娉ㄥ唽department璺敱
+ routerGroup.InitSatisfactionRouter(PrivateGroup) // 娉ㄥ唽satisfaction璺敱
}
return Router
}
--
Gitblit v1.8.0