Commit 8e77c573 by 姜雷

修改获取区域接口为新接口

parent d39cd7a2
......@@ -8,5 +8,5 @@ export type Area = {
export const fetchAllArea = (): Promise<ResponseDataEntity<Area[]>> =>
baseFetch({
url: '/area/queryAreaList',
url: '/area/queryAccessAreaList',
});
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