|
@@ -6,6 +6,8 @@ export const SceneTypeDesc: { [key in SceneType]: string } = {
|
|
|
[SceneType.SWSS]: "激光转台点云场景",
|
|
|
[SceneType.SWMX]: "三维模型",
|
|
|
[SceneType.SWSSMX]: "激光转台Mesh场景",
|
|
|
+ [SceneType.SWYDSS]: "激光移动点云场景",
|
|
|
+ [SceneType.SWYDMX]: "激光移动Mesh场景",
|
|
|
// [SceneType.QJKK]: '全景看看',
|
|
|
};
|
|
|
|
|
@@ -15,6 +17,8 @@ export const SceneTypeDomain: { [key in SceneType]: string } = {
|
|
|
[SceneType.SWSS]: window.location.href,
|
|
|
[SceneType.SWMX]: window.location.href,
|
|
|
[SceneType.SWSSMX]: window.location.href,
|
|
|
+ [SceneType.SWYDSS]: window.location.href,
|
|
|
+ [SceneType.SWYDMX]: window.location.href,
|
|
|
};
|
|
|
|
|
|
export const SceneTypePaths: { [key in SceneType]: string[] } = {
|
|
@@ -29,6 +33,8 @@ export const SceneTypePaths: { [key in SceneType]: string[] } = {
|
|
|
? ["/dev-code/index.html", "/dev-code/index.html"]
|
|
|
: ["/code/index.html", "/code/index.html"],
|
|
|
[SceneType.SWSSMX]: ["/swkk/spg.html", "/swkk/epg.html"],
|
|
|
+ [SceneType.SWYDSS]: ["/swss/index.html", "/swss/index.html"],
|
|
|
+ [SceneType.SWYDMX]: ["/swkk/spg.html", "/swkk/epg.html"],
|
|
|
};
|
|
|
|
|
|
export const QuoteSceneStatusDesc: { [key in QuoteSceneStatus]: string } = {
|