cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/system/LoginController.java
@@ -84,6 +84,14 @@ return "/password.html" ; } @RequestMapping(value = "/agreeMent", method = RequestMethod.GET) public String agreeMent(Model model) { return "/tAgreementDriver.html" ; } // // @Autowired // private IUserService userService;