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/'