From 660203ed68519977d3b49b4019341f7967a70282 Mon Sep 17 00:00:00 2001 From: Default User Date: Mon, 12 Jan 2026 14:59:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=AE=A1=E7=90=86=E5=91=98?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E9=A1=B5=E9=9D=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Management.html | 2 +- Reject.js | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Management.html b/Management.html index 879a002..0e837f9 100644 --- a/Management.html +++ b/Management.html @@ -254,7 +254,7 @@
-

管理员统计页面

+

管理货源页面

diff --git a/Reject.js b/Reject.js index 234e554..be0bf16 100644 --- a/Reject.js +++ b/Reject.js @@ -1807,10 +1807,7 @@ app.get('/', (req, res) => { res.sendFile(path.join(__dirname, 'login.html')); }); -// 管理员统计页面路由 -app.get('/admin-stats', (req, res) => { - res.sendFile(path.join(__dirname, 'Management.html')); -}); + // 货源管理页面路由 app.get('/management', (req, res) => {