From ed7efd081d912cadab69352318192b221825d310 Mon Sep 17 00:00:00 2001 From: tangtaoit Date: Tue, 19 Sep 2023 18:10:55 +0800 Subject: [PATCH] fix: update base url --- src/config/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/index.ts b/src/config/index.ts index b799e29..aa0f2cd 100755 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -14,6 +14,6 @@ export const ROUTER_WHITE_LIST: string[] = ['/login']; export const BU_DOU_CONFIG = { APP_TITLE: '唐僧叨叨后台管理', APP_TITLE_SHORT: '唐僧', - APP_URL: 'https://api.botgate.cn/v1/' - // APP_URL: '/api/v1/' // 正式环境地址 (通用打包镜像,用此相对地址) + // APP_URL: 'https://api.botgate.cn/v1/' + APP_URL: '/api/v1/' // 正式环境地址 (通用打包镜像,用此相对地址) };