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

修改首页统计图

No related merge requests found
...@@ -19,7 +19,7 @@ import java.util.List; ...@@ -19,7 +19,7 @@ import java.util.List;
* @author zxfei * @author zxfei
* @date 2022-06-28 * @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 { public interface ISiteFeign extends IFeign {
...@@ -66,7 +66,7 @@ public interface ISiteFeign extends IFeign { ...@@ -66,7 +66,7 @@ public interface ISiteFeign extends IFeign {
* *
* @return * @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); String siteTree(@RequestHeader("Authorization") String authorization);
/** /**
......
This diff is collapsed.
...@@ -40,7 +40,8 @@ ...@@ -40,7 +40,8 @@
<LayoutTable <LayoutTable
ref="layoutTable" ref="layoutTable"
:data="tableData" :data="tableData"
notAdd notAdd
notDel
:config="tableConfig" :config="tableConfig"
> >
<el-button <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