mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-02 07:01:47 +08:00
fix 权限判断错误的bug
feat 调整默认静态资源的path 为 adminaapi debug 关闭调试信息
This commit is contained in:
@@ -79,7 +79,6 @@ public class UrlUtils {
|
||||
String engine = ConfigUtils.get("storage", "default", "local");
|
||||
engine = engine.equals("") ? "local" : engine;
|
||||
if (engine.equals("local")) {
|
||||
System.out.println(url);
|
||||
if (url.startsWith("/adminapi/uploads/")) {
|
||||
return RequestUtils.uri() + url;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user