puzhibing
2024-01-30 80b3ea5587ff7ec20541d9ca7c6c28739e4d615b
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;