From 7775042f671960b131014cf3bfa97c6037cbb131 Mon Sep 17 00:00:00 2001 From: zyronon Date: Sat, 20 Apr 2024 16:29:31 +0800 Subject: [PATCH] refactor: change 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 2244ee0..2646d64 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -7,8 +7,8 @@ const BASE_URL_MAP = { DEV: '', PROD: '', // GP_PAGES: '/dist', - GP_PAGES: '/douyin', - GITEE_PAGES: '/gitee-dy', + GP_PAGES: '', + GITEE_PAGES: '/douyin', UNI: 'https://dy.ttentau.top' }