Commit 36edc324 authored by ww-xxy's avatar ww-xxy

修改接口地址

parent 7be9cc17
......@@ -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