Browse Source

编辑权限校验改为调用管理后台的接口

dsx 1 year ago
parent
commit
2aa3efc133

+ 1 - 1
src/main/java/com/fdkankan/scene/Interceptor/CheckPermitAspect.java

@@ -44,7 +44,7 @@ import org.springframework.web.context.request.ServletRequestAttributes;
 @Order(101)
 public class CheckPermitAspect {
 
-	@Value("4dkk.v4fdService.basePath")
+	@Value("${4dkk.v4fdService.basePath}")
 	private String host;
 
 	@Autowired