mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-28 04:57:17 +08:00
refactor: 重构系统路由设计
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
|
||||
package top.charles7c.continew.admin.common.constant;
|
||||
|
||||
import top.charles7c.continew.starter.core.constant.StringConstants;
|
||||
|
||||
/**
|
||||
* 系统相关常量
|
||||
*
|
||||
@@ -44,7 +42,7 @@ public class SysConstants {
|
||||
/**
|
||||
* 全部权限标识
|
||||
*/
|
||||
public static final String ALL_PERMISSION = StringConstants.ASTERISK;
|
||||
public static final String ALL_PERMISSION = "*:*:*";
|
||||
|
||||
/**
|
||||
* 账号登录 URI
|
||||
|
||||
Reference in New Issue
Block a user