Commit f5cf5a55 authored by 赵啸非's avatar 赵啸非

修改首页统计图

parent 114b4650
......@@ -19,7 +19,7 @@ import java.util.List;
* @author zxfei
* @date 2022-06-28
*/
@FeignClient(name = "base-manager", path = "/base", fallback = SiteFeignFallbackFactory.class)
@FeignClient(name = "base-manager", path = "/base", fallbackFactory = SiteFeignFallbackFactory.class)
public interface ISiteFeign extends IFeign {
......@@ -66,7 +66,7 @@ public interface ISiteFeign extends IFeign {
*
* @return
*/
@GetMapping(value = "/site/siteTree",produces = MediaType.APPLICATION_JSON_UTF8_VALUE, consumes = "application/json;charset=UTF-8")
@GetMapping(value = "/site/siteTree")
String siteTree(@RequestHeader("Authorization") String authorization);
/**
......
This diff is collapsed.
......@@ -40,7 +40,8 @@
<LayoutTable
ref="layoutTable"
:data="tableData"
notAdd
notAdd
notDel
:config="tableConfig"
>
<el-button
......
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