From ff58b3c203ab46d41e447ea428138ba31e3362df Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期一, 22 十一月 2021 16:11:31 +0800 Subject: [PATCH] 图标替换 --- src/api/helemt.ts | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/api/helemt.ts b/src/api/helemt.ts index 5a2d325..ab844df 100644 --- a/src/api/helemt.ts +++ b/src/api/helemt.ts @@ -14,4 +14,11 @@ method: "post", data }) +} + +export const getBanner = () => { + return request({ + url: `/temp/iotdata/banner-info`, + method: "get", + }) } \ No newline at end of file -- Gitblit v1.8.0