G6部分整合
Showing
3 changed files
with
169 additions
and
4 deletions
src/api/fwsxbg.js
0 → 100644
-
Please register or sign in to post a comment
import request from "@/plugin/axios"; | ||
/** | ||
* 历史回溯 | ||
* @param data | ||
* @constructor | ||
*/ | ||
export function getLshs(data) { | ||
return request({ | ||
url: "/bg/fwsxbg/lshs", | ||
method: "post", | ||
data: data, | ||
}); | ||
} | ||