feat: 关卡概览页面修改和数据接入

This commit is contained in:
王熙东
2022-11-09 16:07:52 +08:00
parent b1d798ad4b
commit 20b0570661
2 changed files with 101 additions and 25 deletions

View File

@@ -0,0 +1,4 @@
import http from "./config";
// 获取路径图概览
export const getRouterOverview = (routerId) => http.get(`/admin/router/overview?routerId=${routerId}`)