Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/hyp-web/commit/b42bc3287e290d820b2994a4b9ee72e0ff4ff6fa?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix:评分提交

dev
wangxy 1 year ago
parent e7c37e268b
commit b42bc3287e

@ -96,7 +96,7 @@ public class SysRegisterService
sysUser.setPassword(SecurityUtils.encryptPassword(password));
boolean regFlag = userService.registerUser(sysUser);
//注册绑定角色
roleBinding(sysUser,"yxxxj_xxlsq");
roleBinding(sysUser,"rew_excellent_category");
if (!regFlag)
{
msg = "注册失败,请联系系统管理人员";

Loading…
Cancel
Save