Commit c9526a85 authored by “yiyousong”'s avatar “yiyousong”
parents 6f2bb510 36edc324
......@@ -10,11 +10,11 @@ export function censusListInterface(params) {
/* 排号机部分 */
// 大厅列表数据
export function getDatingList(params) {
return http.post(`${BAS_EURL}base/site/hall/list`, params);
return http.post(`${baseURL}/base/site/hall/list`, params);
}
// 部门列表数据
export function getBumenList(params) {
return http.post(`${BAS_EURL}base/dept/list`, params);
return http.post(`${baseURL}/base/dept/list`, params);
}
//排号机列表数据
export function getTaskList(params) {
......
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