Commit 4b33512e authored by 赵啸非's avatar 赵啸非

前端重构菜单选择,修改为树形结构

parent 29e85fe3
...@@ -56,8 +56,8 @@ public class AuthTokenServiceImpl implements IAuthTokenService { ...@@ -56,8 +56,8 @@ public class AuthTokenServiceImpl implements IAuthTokenService {
@Value("${token.database:0}") @Value("${token.database:0}")
private Integer portalDb; private Integer portalDb;
@Autowired // @Autowired
private IUserFeign userFeign; // private IUserFeign userFeign;
protected static final Long SECOND = 1l; protected static final Long SECOND = 1l;
......
...@@ -18,7 +18,7 @@ import java.util.List; ...@@ -18,7 +18,7 @@ import java.util.List;
* @author zxfei * @author zxfei
* @date 2022-07-06 * @date 2022-07-06
*/ */
@FeignClient(name = "portal-manager", path = "/zwfw", fallbackFactory = UserFeignFallbackFactory.class) //@FeignClient(name = "portal-manager", path = "/zwfw", fallbackFactory = UserFeignFallbackFactory.class)
public interface IUserFeign extends IFeign { public interface IUserFeign extends IFeign {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment