From 2c266298f1f0daed555c05ccd13dad24d6be4b88 Mon Sep 17 00:00:00 2001 From: zyronon Date: Tue, 9 Apr 2024 22:06:08 +0800 Subject: [PATCH] refactor: change gp pages sub dir --- 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 7ef8f56..cd4a10d 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -6,8 +6,8 @@ export default { const BASE_URL_MAP = { DEV: '', PROD: '', - GP_PAGES: '/dist', - // GP_PAGES: '/douyin', + // GP_PAGES: '/dist', + GP_PAGES: '/douyin', UNI: 'https://dy.ttentau.top' }