forked from drone/command-center-dashboard
src/api/home/index.js @@ -98,3 +98,12 @@ }); }; // 获取区域 export const getRegion = (code) => { return request({ url: '/blade-system/region/select', method: 'get', params:{code} }); };