|
@@ -9,7 +9,7 @@ export const SceneTypeDesc: { [key in SceneType]: string } = {
|
|
[SceneType.SWSSMX]: "激光转台Mesh场景",
|
|
[SceneType.SWSSMX]: "激光转台Mesh场景",
|
|
[SceneType.SWYDSS]: "激光移动点云场景",
|
|
[SceneType.SWYDSS]: "激光移动点云场景",
|
|
[SceneType.SWYDMX]: "激光移动Mesh场景",
|
|
[SceneType.SWYDMX]: "激光移动Mesh场景",
|
|
- // [SceneType.QJKK]: '全景看看',
|
|
|
|
|
|
+ [SceneType.QJKK]: "全景看看",
|
|
};
|
|
};
|
|
|
|
|
|
export const SceneTypeDomain: { [key in SceneType]: string } = {
|
|
export const SceneTypeDomain: { [key in SceneType]: string } = {
|
|
@@ -20,6 +20,8 @@ export const SceneTypeDomain: { [key in SceneType]: string } = {
|
|
[SceneType.SWSSMX]: window.location.href,
|
|
[SceneType.SWSSMX]: window.location.href,
|
|
[SceneType.SWYDSS]: window.location.href,
|
|
[SceneType.SWYDSS]: window.location.href,
|
|
[SceneType.SWYDMX]: window.location.href,
|
|
[SceneType.SWYDMX]: window.location.href,
|
|
|
|
+ [SceneType.QJKK]:
|
|
|
|
+ window.location.protocol + "//" + window.location.hostname + ":" + 13000,
|
|
};
|
|
};
|
|
|
|
|
|
export const SceneTypePaths: { [key in SceneType]: string[] } = {
|
|
export const SceneTypePaths: { [key in SceneType]: string[] } = {
|
|
@@ -36,6 +38,7 @@ export const SceneTypePaths: { [key in SceneType]: string[] } = {
|
|
[SceneType.SWSSMX]: ["/swkk/spg.html", "/swkk/epg.html"],
|
|
[SceneType.SWSSMX]: ["/swkk/spg.html", "/swkk/epg.html"],
|
|
[SceneType.SWYDSS]: ["/swss/index.html", "/swss/index.html"],
|
|
[SceneType.SWYDSS]: ["/swss/index.html", "/swss/index.html"],
|
|
[SceneType.SWYDMX]: ["/swkk/spg.html", "/swkk/epg.html"],
|
|
[SceneType.SWYDMX]: ["/swkk/spg.html", "/swkk/epg.html"],
|
|
|
|
+ [SceneType.QJKK]: ["/panorama/show.html", "/panorama/edit.html"],
|
|
};
|
|
};
|
|
|
|
|
|
export const QuoteSceneStatusDesc: { [key in QuoteSceneStatus]: string } = {
|
|
export const QuoteSceneStatusDesc: { [key in QuoteSceneStatus]: string } = {
|