From c27afa15a04a5b316efe103756e466c9d0298d75 Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Fri, 17 Nov 2023 12:01:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E6=97=B6=E4=B8=8D=E6=89=93?= =?UTF-8?q?=E5=90=8E=E7=AB=AFapi=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/index.ts b/src/config/index.ts index 90f4c9e..efe50ec 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -3,7 +3,7 @@ const config = { title: "后台管理系统", //网站默认标题 version: "1.6.0", //版本号 baseUrl: `${ - import.meta.env.VITE_APP_BASE_URL||'https://ceshi-worker-task.lihaink.cn' + import.meta.env.VITE_APP_BASE_URL }/`, //请求接口域名 urlPrefix: "adminapi", //请求默认前缀 timeout: 20 * 1000, //请求超时时长