|
|
|
@ -8,6 +8,11 @@ export function getMyComponentList(params) {
|
|
|
|
return axios.get(`${urlPrefix}/componentBase/list`, { params });
|
|
|
|
return axios.get(`${urlPrefix}/componentBase/list`, { params });
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 协作组件
|
|
|
|
|
|
|
|
export function getCooperationComponentList(params) {
|
|
|
|
|
|
|
|
return axios.get(`${urlPrefix}/componentBase/page/collaborator`, { params });
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// 获取标签列表
|
|
|
|
// 获取标签列表
|
|
|
|
export function getTagList() {
|
|
|
|
export function getTagList() {
|
|
|
|
return axios.get(`${urlPrefix}/componentBase/tags`);
|
|
|
|
return axios.get(`${urlPrefix}/componentBase/tags`);
|
|
|
|
|