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/96e1ec7a212df782f316517dcaab88dacbe40615?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat:题库导出问题bug修改

kingbase
wangxy 10 months ago
parent edf5cb0ad0
commit 96e1ec7a21

@ -73,7 +73,7 @@ public class SysProfileController extends BaseController
return prefix + "/resetPwd";
}
@Log(title = "重置密码", businessType = BusinessType.UPDATE)
@Log(title = "重置密码", businessType = BusinessType.RESET)
@PostMapping("/resetPwd")
@ResponseBody
public AjaxResult resetPwd(String oldPassword, String newPassword)

@ -78,7 +78,7 @@ public enum BusinessType
CHECK,
/**
*
*
*/
RESET,

Loading…
Cancel
Save