|
@@ -28,7 +28,7 @@ export const SceneTypePaths: { [key in SceneType]: string[] } = {
|
|
|
[SceneType.SWKK]: ['/swkk/spg.html', '/swkk/epg.html'],
|
|
|
[SceneType.SWKJ]: ['/swkk/spg.html', '/swkk/epg.html'],
|
|
|
[SceneType.SWSS]: ['/swss/index.html', '/swss/index.html'],
|
|
|
- [SceneType.SWMX]: process.env.NODE_ENV === 'development' ? ['index.html', 'index.html'] : ['/fuse-code/index.html', '/fuse-code/index.html'],
|
|
|
+ [SceneType.SWMX]: process.env.NODE_ENV === 'development' ? ['index.html', 'index.html'] : ['/code/index.html', '/code/index.html'],
|
|
|
}
|
|
|
|
|
|
|