mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-22 06:35:50 +08:00
优化通知驱动类
This commit is contained in:
@@ -13,8 +13,8 @@ public class AdminConfig {
|
||||
|
||||
// 免登录验证
|
||||
public static String[] notLoginUri = new String[]{
|
||||
"system:login", // 登录接口
|
||||
"common:index:config" // 配置接口
|
||||
"system:login", // 登录接口
|
||||
"index:config" // 配置接口
|
||||
};
|
||||
|
||||
// 免权限验证
|
||||
|
||||
@@ -15,7 +15,7 @@ import java.util.Map;
|
||||
*/
|
||||
@Slf4j
|
||||
@RestController
|
||||
@RequestMapping("api/common/index")
|
||||
@RequestMapping("api/index")
|
||||
public class IndexController {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package com.mdd.admin.service.impl;
|
||||
|
||||
import com.alibaba.fastjson2.JSON;
|
||||
import com.alibaba.fastjson2.JSONArray;
|
||||
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
|
||||
import com.mdd.admin.service.ISettingNoticeService;
|
||||
import com.mdd.admin.vo.setting.SettingNoticeDetailVo;
|
||||
|
||||
Reference in New Issue
Block a user