Merge branch 'develop' of https://gitee.com/likeshop_gitee/likeadmin-java into develop
This commit is contained in:
commit
c605c61a21
|
|
@ -18,7 +18,6 @@ public class AdminConfig {
|
||||||
public static String[] notLoginUri = new String[]{
|
public static String[] notLoginUri = new String[]{
|
||||||
"system:login", // 登录接口
|
"system:login", // 登录接口
|
||||||
"common:index:config", // 配置接口
|
"common:index:config", // 配置接口
|
||||||
"gen:downloadCode", // 配置接口
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// 免权限验证
|
// 免权限验证
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue