feat:审核项目 项目审核日志 面授 上传

This commit is contained in:
宋文超
2022-11-23 18:25:51 +08:00
parent 006097a63e
commit 7b8eb9327f
7 changed files with 663 additions and 247 deletions

View File

@@ -1,4 +1,7 @@
import http from "./config";
// 获取路径图概览
export const getRouterOverview = (routerId) => http.get(`/admin/router/overview?routerId=${routerId}`)
export const getRouterOverview = (routerId) => http.get(`/admin/router/overview?routerId=${routerId}`)
//新建或编辑路径图
export const editRoutered = (obj) => http.post('/admin/router/edit', obj)