diff --git a/src/api/pvPage/pvApi.ts b/src/api/pvPage/pvApi.ts new file mode 100644 index 0000000..7a6ece1 --- /dev/null +++ b/src/api/pvPage/pvApi.ts @@ -0,0 +1,13 @@ + +import request from "@/utils/http/request"; +interface idInfo { + orgID: string; + } +// 发电量信息接口 + export function curpower_api(data: idInfo) { + return request({ + url: "/wwpm/biz/v1/device_all", + method: "POST", + data, + }); + } \ No newline at end of file diff --git a/src/assets/images/homePage/tongzhi.png b/src/assets/images/homePage/tongzhi.png new file mode 100644 index 0000000..df3c4fe Binary files /dev/null and b/src/assets/images/homePage/tongzhi.png differ diff --git a/src/views/pages/homePage/index.vue b/src/views/pages/homePage/index.vue index a987e60..35a0db1 100644 --- a/src/views/pages/homePage/index.vue +++ b/src/views/pages/homePage/index.vue @@ -487,7 +487,7 @@