识别与服务管理页面

This commit is contained in:
dengxin
2024-02-21 15:02:40 +08:00
parent af6dd6ac00
commit 43ac897859
7 changed files with 158 additions and 41 deletions

View File

@@ -20,7 +20,7 @@ export const add =
export const update =
(row) => {
return request({
url: '/api/jobslink-api/label/tenant/update',
url: '/api/jobslink-api/label/update',
method: 'post',
data: row
})