打包部署相关配置修改
This commit is contained in:
@@ -80,11 +80,11 @@ export function reorderSelectedItems(data: types.createGroupReqType): Promise<ty
|
||||
|
||||
// 查询组织path是否重复
|
||||
export function inquireOrgPathIsRepeat(data: types.createGroupReqType): Promise<types.commonGroupResType> {
|
||||
return request({
|
||||
url: `/api/v2/groups/path_suggestion`,
|
||||
method: 'get',
|
||||
params: data
|
||||
}, { customError: true });
|
||||
// return request({
|
||||
// url: `/api/v2/groups/path_suggestion`,
|
||||
// method: 'get',
|
||||
// params: data
|
||||
// }, { customError: true });
|
||||
}
|
||||
|
||||
// 组织讨论设置回显
|
||||
@@ -282,11 +282,11 @@ export function toSearchGroupMember(group_id: string, username: string) {
|
||||
|
||||
/* 查询path是个人还是组织 */
|
||||
export function getPathType(params: types.createGroupReqType): Promise<types.commonGroupResType> {
|
||||
return request({
|
||||
url: '/api/v2/groups/path_suggestion',
|
||||
method: 'get',
|
||||
params
|
||||
});
|
||||
// return request({
|
||||
// url: '/api/v2/groups/path_suggestion',
|
||||
// method: 'get',
|
||||
// params
|
||||
// });
|
||||
}
|
||||
|
||||
/** 获取用量以及存储相关 */
|
||||
|
||||
Reference in New Issue
Block a user