From 2ba083d1d64e1cd1b2b835283eb76f3ebc917bb1 Mon Sep 17 00:00:00 2001 From: liyongle Date: Fri, 4 Aug 2023 10:36:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=A4=A9=E6=B0=94=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/http/api/base/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http/api/base/index.ts b/src/http/api/base/index.ts index 7924b1a..75700f4 100644 --- a/src/http/api/base/index.ts +++ b/src/http/api/base/index.ts @@ -7,7 +7,7 @@ import { getPrefixUrl } from '@/http/http' export const getConfig = () => request({ url: `${PREFIX.STATIC_URL}/JSON/config.json` }) //获取天气 -export const getWeather = () => request({ url: `${PREFIX.STATIC_URL}/JSON/GetWeather.json` }) +export const getWeather = () => request({ url: `${PREFIX.STATIC_URL}/JSON/getWeather.json` }) //获取设施列表 export const getFacilitiesList = () => request({ url: `${PREFIX.STATIC_URL}/JSON/getProjectUsedIconList.json` })