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