clay commit : 解决有三级菜单时跳转出现问题

This commit is contained in:
clay
2022-10-07 20:58:29 +08:00
parent 576ed2a3b8
commit b533dddb3f
9 changed files with 86 additions and 134 deletions

View File

@@ -30,6 +30,13 @@ export function getNode(data) {
data:data
})
}
export function getNodeNav(data) {
return request({
url: '/web/nodeNav',
method: 'post',
data:data
})
}
// 获取文章列表
export function getArticleList(data) {
return request({