forked from drone/command-center-dashboard

罗广辉
2025-04-02 169c68d481cefcf830329fcb20f89304394c5670
src/api/home/index.js
@@ -98,3 +98,12 @@
  });
};
// 获取区域
export const getRegion = (code) => {
  return request({
    url: '/blade-system/region/select',
    method: 'get',
    params:{code}
  });
};