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, 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){}