fix: 修改vite配置
This commit is contained in:
parent
179c46f73a
commit
d69be8f424
@ -15,10 +15,10 @@ let base: string
|
|||||||
switch (argv.mode) {
|
switch (argv.mode) {
|
||||||
case 'staging':
|
case 'staging':
|
||||||
case 'test':
|
case 'test':
|
||||||
base = 'https://custom-chart-pre-api.shiyue.com/'
|
base = 'https://custom-chart.shiyue.com/'
|
||||||
break
|
break
|
||||||
case 'production':
|
case 'production':
|
||||||
base = 'https://custom-chart-api.shiyuegame.com/'
|
base = 'https://custom-chart.shiyuegame.com/'
|
||||||
break
|
break
|
||||||
default:
|
default:
|
||||||
base = 'http://localhost:8080/'
|
base = 'http://localhost:8080/'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user