puzhibing
2023-12-08 32106f511657695e79d53e98a350ce70a36f6da1
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;