hookehuyr

fix

...@@ -77,7 +77,7 @@ const loadGuideList = async () => { ...@@ -77,7 +77,7 @@ const loadGuideList = async () => {
77 const { code, list } = await getArticleListAPI({ 77 const { code, list } = await getArticleListAPI({
78 cid: cid.value, 78 cid: cid.value,
79 page: 0, 79 page: 0,
80 - limit: 50 80 + limit: 9999
81 }) 81 })
82 82
83 if (!code || !Array.isArray(list)) { 83 if (!code || !Array.isArray(list)) {
......