添加 刷新通讯录功能,用于解决冗余数据问题。

This commit is contained in:
liuwei
2025-05-07 11:56:35 +08:00
parent d4ce41703c
commit f0835868df

View File

@@ -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('通讯录更新成功!');