|
@@ -101,7 +101,7 @@ export const getQuery = (
|
|
|
isSample: 0,
|
|
|
) =>
|
|
|
`${getFuseCodeLink(caseId, true)}${share ? "&share=1" : ""}${single ? "&single=1" : ""
|
|
|
- }${`&isSample=${isSample.toString()}`}#show/summary`;
|
|
|
+ }${`&isSample=${isSample}`}#show/summary`;
|
|
|
|
|
|
// 查看
|
|
|
export const gotoQuery = (caseId: number, isSample) => {
|