|
@@ -63,14 +63,14 @@ export const Model = defineComponent({
|
|
|
const sign = params.sign ? `&sign=${params.sign}` : "";
|
|
|
const urls = offline
|
|
|
? {
|
|
|
- [SceneType.SWKK]: `${offlinePrev}swkk/${scene.value.num}/wwwroot/spg.html?m=${scene.value.num}&lang=zh`,
|
|
|
- [SceneType.DSFXJ]: `${offlinePrev}swkk/${scene.value.num}/wwwroot/spg.html?m=${scene.value.num}&lang=zh`,
|
|
|
- [SceneType.SWKJ]: `${offlinePrev}swkk/${scene.value.num}/wwwroot/spg.html?m=${scene.value.num}&lang=zh`,
|
|
|
- [SceneType.SWSS]: `${offlinePrev}swss/${scene.value.num}/www/offline.html?m=${scene.value.num}&lang=zh`,
|
|
|
- [SceneType.SWSSMX]: `${offlinePrev}swkk/${scene.value.num}/wwwroot/spg.html?m=${scene.value.num}&lang=zh`,
|
|
|
+ [SceneType.SWKK]: `${offlinePrev}swkk/${scene.value.num}/env/wwwroot/spg.html?m=${scene.value.num}&lang=zh`,
|
|
|
+ [SceneType.DSFXJ]: `${offlinePrev}swkk/${scene.value.num}/env/wwwroot/spg.html?m=${scene.value.num}&lang=zh`,
|
|
|
+ [SceneType.SWKJ]: `${offlinePrev}swkk/${scene.value.num}/env/wwwroot/spg.html?m=${scene.value.num}&lang=zh`,
|
|
|
+ [SceneType.SWSS]: `${offlinePrev}swss/${scene.value.num}/env/www/offline.html?m=${scene.value.num}&lang=zh`,
|
|
|
+ [SceneType.SWSSMX]: `${offlinePrev}swkk/${scene.value.num}/env/wwwroot/spg.html?m=${scene.value.num}&lang=zh`,
|
|
|
[SceneType.SWMX]: `offline.html?caseId=${params.caseId}&modelId=${scene.value.num}&share=1#sign-model`,
|
|
|
- [SceneType.SWYDSS]: `${offlinePrev}swss/${scene.value.num}/www/offline.html?m=${scene.value.num}&lang=zh`,
|
|
|
- [SceneType.SWYDMX]: `${offlinePrev}swkk/${scene.value.num}/wwwroot/spg.html?m=${scene.value.num}&lang=zh`,
|
|
|
+ [SceneType.SWYDSS]: `${offlinePrev}swss/${scene.value.num}/env/www/offline.html?m=${scene.value.num}&lang=zh`,
|
|
|
+ [SceneType.SWYDMX]: `${offlinePrev}swkk/${scene.value.num}/env/wwwroot/spg.html?m=${scene.value.num}&lang=zh`,
|
|
|
}
|
|
|
: {
|
|
|
[SceneType.SWKK]: `/swkk/spg.html?m=${scene.value.num}${sign}`,
|