Home >Web Front-end >HTML Tutorial >Yesterday, I logged in to the page and could not enter the background. It was solved today_html/css_WEB-ITnose

Yesterday, I logged in to the page and could not enter the background. It was solved today_html/css_WEB-ITnose

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

Yesterday, when I logged in to the page, I couldn’t enter the background, which made it impossible to continue my work.

I asked the company’s technical director to take a look at it today, and it was always solved:

(1) , jquery package duplication,

and< ;script src="${webAppUrl}/common/scripts/jquery.easyui.min.js" type="text/javascript">Package duplication;

(2), background There is an error in the method,

public boolean login(HttpServletRequest request,HttpServletResponse response, String userName, String password,boolean enablelog,String code) {} should become:

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