From d69be8f4248b1415f40c9884e8402cc40f1d4c22 Mon Sep 17 00:00:00 2001 From: sy2084 Date: Fri, 26 Jul 2024 17:26:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9vite=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 84918f9..541e85a 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -15,10 +15,10 @@ let base: string switch (argv.mode) { case 'staging': case 'test': - base = 'https://custom-chart-pre-api.shiyue.com/' + base = 'https://custom-chart.shiyue.com/' break case 'production': - base = 'https://custom-chart-api.shiyuegame.com/' + base = 'https://custom-chart.shiyuegame.com/' break default: base = 'http://localhost:8080/'