|
@@ -281,15 +281,15 @@ export const getSceneListTree = (list = sceneList.value) => {
|
|
|
|
|
|
export const getUrlSrc = (item, caseId) => {
|
|
export const getUrlSrc = (item, caseId) => {
|
|
let SceneType = {
|
|
let SceneType = {
|
|
- 0: `/swkk/spg.html?m=${item.num}`,
|
|
|
|
- 1: `/swkk/spg.html?m=${item.num}`,
|
|
|
|
- 2: `/swkk/spg.html?m=${item.num}`,
|
|
|
|
|
|
+ 0: `/spg.html?m=${item.num}`,
|
|
|
|
+ 1: `/spg.html?m=${item.num}`,
|
|
|
|
+ 2: `/mega/index.html?m=${item.num}`,
|
|
3: `/swss/index.html?m=${item.num}`,
|
|
3: `/swss/index.html?m=${item.num}`,
|
|
- 4: `/swkk/spg.html?m=${item.num}`,
|
|
|
|
|
|
+ 4: `/spg.html?m=${item.num}`,
|
|
5: `/spg.html?m=${item.num}`,
|
|
5: `/spg.html?m=${item.num}`,
|
|
// 5: `index.html?caseId=${caseId}&modelId=${item.num}#sign-model`,
|
|
// 5: `index.html?caseId=${caseId}&modelId=${item.num}#sign-model`,
|
|
- 6: `/swss/index.html?m=${item.num}`,
|
|
|
|
- 7: `/swkk/spg.html?m=${item.num}`,
|
|
|
|
|
|
+ 6: `/mega/index.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`,
|
|
};
|
|
};
|
|
return SceneType[item.type];
|
|
return SceneType[item.type];
|