diff --git a/src/main/java/com/ruoyi/project/system/user/controller/IndexController.java b/src/main/java/com/ruoyi/project/system/user/controller/IndexController.java index df18db24..458c9110 100644 --- a/src/main/java/com/ruoyi/project/system/user/controller/IndexController.java +++ b/src/main/java/com/ruoyi/project/system/user/controller/IndexController.java @@ -47,11 +47,4 @@ public class IndexController extends BaseController return "main"; } - // 捐助列表 - @GetMapping("/system/juanzhu") - public String juanzhu(Model model) - { - return "juanzhu"; - } - } diff --git a/src/main/resources/static/ruoyi/system/user/user.js b/src/main/resources/static/ruoyi/system/user/user.js index f028e470..32f1598a 100644 --- a/src/main/resources/static/ruoyi/system/user/user.js +++ b/src/main/resources/static/ruoyi/system/user/user.js @@ -106,6 +106,12 @@ function queryDeptTreeDaTa() }); } +/*用户管理-部门*/ +function dept() { + var url = "/system/dept"; + createMenuItem(url, "部门管理"); +} + /*用户管理-删除*/ function remove(userId) { $.modalConfirm("确定要删除选中用户吗?", function(r) { diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index bf5530c5..794399d0 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -82,7 +82,7 @@
序号 | 昵称 | 金额 | 日期 | 来源 | 附言 |
1 | 庚子 | 10¥ | 2018-04-21 | 支付宝 | 加油! |
2 | yetao_study | 10¥ | 2018-04-17 | 码云 | 感谢您的开源项目! |
3 | 4666yy 182******41 | 10¥ | 2018-04-17 | 支付宝 | 希望继续努力,分享更多 |
4 | mua 150******04 | 20¥ | 2018-04-13 | 支付宝 | 无留言(感谢~~) |
5 | 黄** 157***@qq.com | 5¥ | 2018-04-12 | 支付宝 | 无留言(感谢~~) |
6 | wamich | 10¥ | 2018-03-30 | 码云 | 感谢您的开源项目! |
7 | yimi | 10¥ | 2018-03-13 | 码云 | 感谢您的开源项目! |
8 | David hai***163.com | 10¥ | 2018-03-13 | 支付宝 | 无留言(感谢~~) |