Commit 13516cb9 by YG8999

门店列表查询方式改为get

parent 3c801558
......@@ -3,7 +3,7 @@ import http from "@/common/vmeitime-http/index.js"
// 获取门店及房间信息
export const getListStore=(data)=>{
let url=`/store/listVo`
return http.post(url,data)
return http.get(url,data)
}
export const roomInfo=(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