Merge branch 'feature/new-sys' into 'release'
fix: 修改vite配置 See merge request workbench/y-code!11
This commit is contained in:
commit
da8c74f294
@ -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