From 4185c202a9409fd21783fde0efab891bacab8b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E9=AB=98?= <794071084@qq.com> Date: Sat, 9 Dec 2023 02:08:04 +0000 Subject: [PATCH] =?UTF-8?q?update=20web/src/settings.ts.=20```=20=09=09=09?= =?UTF-8?q?=09successHandle(ret)=20{=20=09=09=09=09=09//=20=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=AE=8C=E6=88=90=E5=90=8E=E7=9A=84=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E5=A4=84=E7=90=86=EF=BC=8C=20=E6=AD=A4=E5=A4=84=E5=BA=94?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=A0=BC=E5=BC=8F=E4=B8=BA{url:xxx,key:xxx}?= =?UTF-8?q?=20=09=09=09=09=09return=20{=20=09=09=09=09=09=09url:=20getBase?= =?UTF-8?q?URL()=20+=20ret.data.url,=20=09=09=09=09=09=09key:=20ret.data.i?= =?UTF-8?q?d=20=09=09=09=09=09};=20=09=09=09=09}=20```=20`getBaseURL`=20?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 老高 <794071084@qq.com> --- web/src/settings.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/settings.ts b/web/src/settings.ts index b43526eb5..2e7939ed4 100644 --- a/web/src/settings.ts +++ b/web/src/settings.ts @@ -1,3 +1,4 @@ +import { getBaseURL } from '/@/utils/baseUrl'; // 引入fast-crud import { FastCrud, useTypes } from '@fast-crud/fast-crud'; const { getType } = useTypes(); -- Gitee