Home  >  Article  >  Web Front-end  >  昨天登陆页面,无法进入后台,今天解决了_html/css_WEB-ITnose

昨天登陆页面,无法进入后台,今天解决了_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:48:11895browse

   昨天登陆页面,无法进入后台,导致工作无法进行下去,

今天请公司的技术总监看了下,总是解决了:

 (1)、jquery包重复,

包重复;

(2)、后台的方法有错误,

public boolean login(HttpServletRequest request,HttpServletResponse response, String userName, String password,boolean enablelog,String code) {}应该变为:

 public String initAddOrModExtendUser(HttpServletRequest request,@RequestParam (name = "act") String act,HttpServletResponse response,ExtendUserDO extendUserDO){}

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn