正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -47,4 +47,6 @@ func init() { | @@ -47,4 +47,6 @@ func init() { | ||
47 | web.Get("/v1/manufacture-weigh/reward-summary/public-notice/up-to-standard", middleware.RedirectManufactureWeigh()) | 47 | web.Get("/v1/manufacture-weigh/reward-summary/public-notice/up-to-standard", middleware.RedirectManufactureWeigh()) |
48 | // 功过看板 (员工)-异常 | 48 | // 功过看板 (员工)-异常 |
49 | web.Get("/v1/manufacture-weigh/reward-summary/public-notice/accident", middleware.RedirectManufactureWeigh()) | 49 | web.Get("/v1/manufacture-weigh/reward-summary/public-notice/accident", middleware.RedirectManufactureWeigh()) |
50 | + // 功过看板 (员工)-月榜 | ||
51 | + web.Get("/v1/manufacture-weigh/reward-summary/public-notice/month", middleware.RedirectManufactureWeigh()) | ||
50 | } | 52 | } |
-
请 注册 或 登录 后发表评论