From e049e2d42fe55040b05d208f27d616dbc06b6778 Mon Sep 17 00:00:00 2001 From: peijunlei Date: Wed, 2 Sep 2026 14:35:44 +0800 Subject: [PATCH] Merge branch 'master' of https://git-online.zhco.com/wjd/rui-neng --- public/themes/dist_static/static/js/download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/dist_static/static/js/download.js b/public/themes/dist_static/static/js/download.js index e5b2c22..1ec7890 100644 --- a/public/themes/dist_static/static/js/download.js +++ b/public/themes/dist_static/static/js/download.js @@ -121,7 +121,7 @@ $(function() { goToPage(getCurrentPage() + 1); }); const searchParams = new URLSearchParams(window.location.search); - const tabParam = searchParams.get("tab"); + const tabParam = searchParams.get("cid"); const keywordsParam = searchParams.get("keywords"); const pageParam = searchParams.get("page"); if (keywordsParam) $("[data-tab-search] [name='keywords']").val(keywordsParam);