|
@@ -414,7 +414,7 @@ export const getUrlSrc = (item, caseId) => {
|
|
|
6: `/spg.html?m=${item.num}`,
|
|
6: `/spg.html?m=${item.num}`,
|
|
|
7: `/spg.html?m=${item.num}`,
|
|
7: `/spg.html?m=${item.num}`,
|
|
|
// 99: `/code/index.html?caseId=${caseId}&single#/show`,
|
|
// 99: `/code/index.html?caseId=${caseId}&single#/show`,
|
|
|
- 99: `/fusion_offline/${caseId}/env/wwww/offline.html?caseId=${caseId}&single#/show`,
|
|
|
|
|
|
|
+ 99: `/env/www/fusion_offline/${caseId}/env/wwww/offline.html?caseId=${caseId}&single#/show`,
|
|
|
};
|
|
};
|
|
|
let SceneEditType = {
|
|
let SceneEditType = {
|
|
|
0: `/swkk/${item.num}/env/wwwroot/spg.html?m=${item.num}&token=${token}&pure=1`,
|
|
0: `/swkk/${item.num}/env/wwwroot/spg.html?m=${item.num}&token=${token}&pure=1`,
|
|
@@ -427,8 +427,8 @@ export const getUrlSrc = (item, caseId) => {
|
|
|
5: `/mega/index.html?m=${item.num}`,
|
|
5: `/mega/index.html?m=${item.num}`,
|
|
|
6: `/swkk/${item.num}/env/wwwroot/spg.html?m=${item.num}&token=${token}&pure=1`,
|
|
6: `/swkk/${item.num}/env/wwwroot/spg.html?m=${item.num}&token=${token}&pure=1`,
|
|
|
7: `/swkk/${item.num}/env/wwwroot/spg.html?m=${item.num}&token=${token}&pure=1`,
|
|
7: `/swkk/${item.num}/env/wwwroot/spg.html?m=${item.num}&token=${token}&pure=1`,
|
|
|
- 99: `/fusion_offline/${caseId}/env/wwww/offline.html?caseId=${item.fusionId || caseId}&single#/show`,
|
|
|
|
|
- 100: `/fusion_offline/${caseId}/env/wwww/offline.html?caseId=${item.fusionId || caseId}&pure=1#/show`,
|
|
|
|
|
|
|
+ 99: `/env/www/fusion_offline/${caseId}/env/wwww/offline.html?caseId=${item.fusionId || caseId}&single#/show`,
|
|
|
|
|
+ 100: `/env/www/fusion_offline/${caseId}/env/wwww/offline.html?caseId=${item.fusionId || caseId}&pure=1#/show`,
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
console.log(sceneType.value, 'sceneType.value')
|
|
console.log(sceneType.value, 'sceneType.value')
|