This commit is contained in:
2024-09-06 09:04:05 +08:00
parent 3529392553
commit 5cd19b3512
@@ -30,7 +30,7 @@ public class LoginExampleController extends BaseController {
AdminExampleService adminExampleService; AdminExampleService adminExampleService;
@RequestMapping("") @RequestMapping("index")
public ModelAndView admin(ModelAndView modelAndView, HttpServletRequest request, String adminId) { public ModelAndView admin(ModelAndView modelAndView, HttpServletRequest request, String adminId) {
modelAndView.setViewName("/loginExample/index"); modelAndView.setViewName("/loginExample/index");