|
@@ -1,3 +1,4 @@
|
|
|
+import { appConstant } from "@/app";
|
|
|
import { ModelSceneStatus, QuoteSceneStatus, SceneType } from "@/store/scene";
|
|
|
|
|
|
export const SceneTypeDesc: { [key in SceneType]: string } = {
|
|
@@ -25,7 +26,7 @@ export const SceneTypePaths: { [key in SceneType]: string[] } = {
|
|
|
[SceneType.SWKK]: [
|
|
|
"/swkk/spg.html",
|
|
|
"/swkk/epg.html",
|
|
|
- "/swkk/livestream/fd/",
|
|
|
+ `/swkk/livestream/fd/${appConstant.name}.html`,
|
|
|
],
|
|
|
[SceneType.SWKJ]: ["/swkk/spg.html", "/swkk/epg.html"],
|
|
|
[SceneType.SWSS]: ["/swss/index.html", "/swss/index.html"],
|