维护列表路径

master
Qin Dong Ming 2024-08-31 19:06:53 +08:00
parent 40d7e928cc
commit 5f7372c062
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ export function getRuleEngineInfo(id) {
// 通过id查询 // 通过id查询
export function findById(id) { export function findById(id) {
return request({ return request({
url: '/engine/engine/findByIds/' + id, url: '/engine/engine/selectEngineById/' + id,
method: 'get' method: 'post'
}) })
} }