From f0835868df296cc60a573f248f9b09ac598c5095 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 7 May 2025 11:56:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E9=80=9A=E8=AE=AF=E5=BD=95=E5=8A=9F=E8=83=BD=EF=BC=8C=E7=94=A8?= =?UTF-8?q?=E4=BA=8E=E8=A7=A3=E5=86=B3=E5=86=97=E4=BD=99=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/contacts_management.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/dashboard/templates/contacts_management.html b/admin/dashboard/templates/contacts_management.html index 8a24b2e..5779134 100644 --- a/admin/dashboard/templates/contacts_management.html +++ b/admin/dashboard/templates/contacts_management.html @@ -568,7 +568,7 @@ }, updateContacts() { this.$message.info('正在更新通讯录...'); - axios.post('/contacts/api/contacts/update') + axios.post('/contacts/api/update') .then(res => { if (res.data.success) { this.$message.success('通讯录更新成功!');