完成多租户测试

This commit is contained in:
kerwincui
2022-06-05 17:41:12 +08:00
parent edf36d3dd1
commit c9a036043e
5 changed files with 14 additions and 27 deletions

View File

@@ -16,14 +16,6 @@ export function listShortCategory() {
method: 'get',
})
}
// 查询产品简短分类列表
export function listShortCategory1(query) {
return request({
url: '/iot/category/shortlist',
method: 'get',
params: query
})
}
// 查询产品分类详细
export function getCategory(categoryId) {