|
@@ -402,16 +402,16 @@ export const getUrlSrc = (item, caseId) => {
|
|
|
99: `/code/index.html?caseId=${caseId}&single#/show`,
|
|
|
};
|
|
|
let SceneEditType = {
|
|
|
- 0: `/spg.html?m=${item.num}&token=${token}`,
|
|
|
- 1: `/spg.html?m=${item.num}&token=${token}`,
|
|
|
+ 0: `/spg.html?m=${item.num}&token=${token}&pure=1`,
|
|
|
+ 1: `/spg.html?m=${item.num}&token=${token}&pure=1`,
|
|
|
2: `/mega/index.html?m=${item.num}`,
|
|
|
3: `/swss/index.html?m=${item.num}`,
|
|
|
- 4: `/spg.html?m=${item.num}&token=${token}`,
|
|
|
+ 4: `/spg.html?m=${item.num}&token=${token}&pure=1`,
|
|
|
// 5: `/spg.html?m=${item.num}`,
|
|
|
// 5: `index.html?caseId=${caseId}&modelId=${item.num}#sign-model`,
|
|
|
5: `/mega/index.html?m=${item.num}`,
|
|
|
- 6: `/spg.html?m=${item.num}&token=${token}`,
|
|
|
- 7: `/spg.html?m=${item.num}&token=${token}`,
|
|
|
+ 6: `/spg.html?m=${item.num}&token=${token}&pure=1`,
|
|
|
+ 7: `/spg.html?m=${item.num}&token=${token}&pure=1`,
|
|
|
99: `/code/index.html?caseId=${item.fusionId || caseId}&single#/show`,
|
|
|
100: `/code/index.html?caseId=${item.fusionId || caseId}&pure=1#/show`,
|
|
|
};
|