|
@@ -57,6 +57,7 @@ const testList = [
|
|
...props.query,
|
|
...props.query,
|
|
path: "selectSxQustionInfo",
|
|
path: "selectSxQustionInfo",
|
|
title: "顺序练习",
|
|
title: "顺序练习",
|
|
|
|
+ sort: 3,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
@@ -69,6 +70,7 @@ const testList = [
|
|
...props.query,
|
|
...props.query,
|
|
path: "selectFlQustionInfo",
|
|
path: "selectFlQustionInfo",
|
|
title: "分类练习",
|
|
title: "分类练习",
|
|
|
|
+ sort: 1,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
@@ -83,6 +85,7 @@ const testList = [
|
|
...props.query,
|
|
...props.query,
|
|
path: "selectJxQustionInfo",
|
|
path: "selectJxQustionInfo",
|
|
title: "精选考题",
|
|
title: "精选考题",
|
|
|
|
+ sort: 2,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
@@ -97,6 +100,7 @@ const testList = [
|
|
...props.query,
|
|
...props.query,
|
|
path: "selectDfQustionInfo",
|
|
path: "selectDfQustionInfo",
|
|
title: "地方专题",
|
|
title: "地方专题",
|
|
|
|
+ sort: 4,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|