|
@@ -66,7 +66,7 @@ public class DefaultWebMvcConfigurerAdapter extends WebMvcConfigurerAdapter {
|
|
|
|
|
|
// 学生鉴权
|
|
// 学生鉴权
|
|
if (user.getUserType().equals(UserType.STUDENT)) {
|
|
if (user.getUserType().equals(UserType.STUDENT)) {
|
|
- String key = " [s]" + mappingPath;
|
|
|
|
|
|
+ String key = "[s]" + mappingPath;
|
|
return PropertiesUtil.getBoolean(key, false);
|
|
return PropertiesUtil.getBoolean(key, false);
|
|
}
|
|
}
|
|
|
|
|