history
This commit is contained in:
@@ -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合并,如有同名属性,局部覆盖全局 */
|
||||
|
||||
Reference in New Issue
Block a user