44323
2024-02-02 aacf38cf11de56f40fbdb141c0396f5d384f7a7c
cloud-server-gateway/src/main/java/cn/mb/cloud/gateway/filter/PermissionsFilter.java
@@ -259,7 +259,7 @@
        }
        //课程
        if (uri.startsWith(IGNORE_COURSE_URIS)) {
        if (uri.startsWith(IGNORE_COURSE_PREFIX)) {
            if(!StringUtils.isEmpty(IGNORE_COURSE_URIS)){
                String[] split = IGNORE_COURSE_URIS.split(",");
                for (String s : split) {