This commit is contained in:
2023-12-10 14:33:58 +08:00
parent 2cc4c82cbd
commit e1e98de4b2
14 changed files with 216 additions and 37 deletions

View File

@@ -555,7 +555,9 @@ const store = new Vuex.Store({
getAddressList(context) {
//获取通讯录,存储通讯录数据到本地
customHttp.customHttp.get('/api/im/app/addressList', {
params: {},
params: {
pageSize:1000
},
/* 会加在url上 */
header: {},
/* 会与全局header合并如有同名属性局部覆盖全局 */