|
@@ -291,7 +291,7 @@ export const getUrlSrc = (item, caseId) => {
|
|
|
5: `/mega/index.html?m=${item.num}`,
|
|
|
6: `/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}#/show`,
|
|
|
};
|
|
|
return SceneType[item.type];
|
|
|
}
|