From 79461fac921e909d51233c819b09bca6862d84fc Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 1 Sep 2023 19:45:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9F=9F=E5=90=8D?= 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 23d412e..c300e42 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://worker-task.lihaink.cn" + import.meta.env.VITE_APP_BASE_URL || "https://ceshi-worker-task.lihaink.cn" }/`, //请求接口域名 urlPrefix: "adminapi", //请求默认前缀 timeout: 10 * 1000, //请求超时时长