fix: 修改vite配置
This commit is contained in:
parent
179c46f73a
commit
d69be8f424
@ -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/'
|
||||
|
Loading…
x
Reference in New Issue
Block a user