tangning 7 hónapja
szülő
commit
43195c3158
1 módosított fájl, 3 hozzáadás és 2 törlés
  1. 3 2
      src/store/case.ts

+ 3 - 2
src/store/case.ts

@@ -286,9 +286,10 @@ export const getUrlSrc = (item, caseId) => {
     2: `/mega/index.html?m=${item.num}`,
     3: `/swss/index.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`,
-    6: `/mega/index.html?m=${item.num}`,
+    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`,
   };