From 2c92242cb178bad3e513a663aac758a71984e76a Mon Sep 17 00:00:00 2001 From: ko1234 Date: Mon, 18 Aug 2025 17:03:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=8C=AF=E5=85=A5=E7=9A=84?= =?UTF-8?q?=20apihandler=20=E6=A8=A1=E7=B5=84=E5=90=8D=E7=A8=B1=E7=82=BA?= =?UTF-8?q?=20apiHandler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apis/headquarters/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apis/headquarters/index.js b/src/apis/headquarters/index.js index 8cd7485..a54c757 100644 --- a/src/apis/headquarters/index.js +++ b/src/apis/headquarters/index.js @@ -5,7 +5,7 @@ import { GET_SITES_SYSTEM_ENERGY_COST_GROWTH_API, } from "./api"; import instance from "@/util/request"; -import apihandler from "@/util/apihandler"; +import apihandler from "@/util/apiHandler"; export const getSystemStatus = async (building_ids) => { const res = await instance.post(GET_SITES_SYSTEM_STATUS_API, building_ids);