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

feat:日志提示修改

kingbase
wangxy 10 months ago
parent 96e1ec7a21
commit 1016ac379b

@ -83,7 +83,7 @@ public class SysLogininforController extends BaseController
}
@RequiresPermissions("monitor:logininfor:unlock")
@Log(title = "账户解锁", businessType = BusinessType.OTHER)
@Log(title = "账户解锁", businessType = BusinessType.UNLOCKING)
@PostMapping("/unlock")
@ResponseBody
public AjaxResult unlock(String loginName)

@ -82,4 +82,9 @@ public enum BusinessType
*/
RESET,
/**
*
*/
UNLOCKING,
}

Loading…
Cancel
Save