|
@@ -26,7 +26,7 @@ export const SceneTypePaths: { [key in SceneType]: string[] } = {
|
|
[SceneType.SWKK]: [
|
|
[SceneType.SWKK]: [
|
|
"/swkk/spg.html",
|
|
"/swkk/spg.html",
|
|
"/swkk/epg.html",
|
|
"/swkk/epg.html",
|
|
- `/swkk/livestream/fd/${appConstant.name}.html`,
|
|
|
|
|
|
+ `/swkk/livestream/fd/${appConstant.name=='cjzfire'?'fire':appConstant.name}.html`,
|
|
],
|
|
],
|
|
[SceneType.SWKJ]: ["/swkk/spg.html", "/swkk/epg.html"],
|
|
[SceneType.SWKJ]: ["/swkk/spg.html", "/swkk/epg.html"],
|
|
[SceneType.SWSS]: ["/swss/index.html", "/swss/index.html"],
|
|
[SceneType.SWSS]: ["/swss/index.html", "/swss/index.html"],
|
|
@@ -44,6 +44,7 @@ export const QuoteSceneStatusDesc: { [key in QuoteSceneStatus]: string } = {
|
|
[QuoteSceneStatus.ERR]: "计算失败",
|
|
[QuoteSceneStatus.ERR]: "计算失败",
|
|
[QuoteSceneStatus.SUCCESS]: "计算成功",
|
|
[QuoteSceneStatus.SUCCESS]: "计算成功",
|
|
[QuoteSceneStatus.ARCHIVE]: "封存",
|
|
[QuoteSceneStatus.ARCHIVE]: "封存",
|
|
|
|
+ [QuoteSceneStatus.QUEUE]: "排队中",
|
|
[QuoteSceneStatus.RERUN]: "重新计算中",
|
|
[QuoteSceneStatus.RERUN]: "重新计算中",
|
|
};
|
|
};
|
|
|
|
|