去除捐赠

This commit is contained in:
RuoYi
2018-04-24 23:51:43 +08:00
parent dacd7155b5
commit e384582504
7 changed files with 30 additions and 65 deletions

View File

@ -47,11 +47,4 @@ public class IndexController extends BaseController
return "main";
}
// 捐助列表
@GetMapping("/system/juanzhu")
public String juanzhu(Model model)
{
return "juanzhu";
}
}