Commit 445f0e25 authored by wuquanxin's avatar wuquanxin

代码提交

parent 4bc9ce83
...@@ -12,7 +12,8 @@ export function schemeProblems(data) { ...@@ -12,7 +12,8 @@ export function schemeProblems(data) {
//路口列表 //路口列表
export function crossList(data) { export function crossList(data) {
return axios({ return axios({
url: optBaseUrl + "/runningEvaluate/crossList", // url: optBaseUrl + "/runningEvaluate/crossList",
url: optBaseUrl + "/holo/base-cross-info/list",
method: 'post', method: 'post',
data: data data: data
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment