mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-29 21:11:57 +08:00
Compare commits
4 Commits
02cf6e1241
...
47c2b686f8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47c2b686f8 | ||
|
|
a6bcebb62b | ||
|
|
1cb262daa3 | ||
|
|
200c06a838 |
@@ -29,7 +29,7 @@ http {
|
||||
}
|
||||
|
||||
# 避免actuator暴露
|
||||
if ($request_uri ~ "/actuator") {
|
||||
if ($uri ~ "/actuator") {
|
||||
return 403;
|
||||
}
|
||||
|
||||
|
||||
@@ -126,7 +126,7 @@ public class BaseController
|
||||
*/
|
||||
protected AjaxResult toAjax(int rows)
|
||||
{
|
||||
return rows > 0 ? AjaxResult.success() : AjaxResult.error();
|
||||
return rows > 0 ? AjaxResult.success(rows) : AjaxResult.error();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user