拼写错误

This commit is contained in:
高级CV工程师
2024-12-23 12:15:16 +08:00
parent c00ada5aee
commit 652c2b6fd0
4 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ export function updateRole(data) {
// 角色数据权限
export function dataScope(data) {
return request({
url: '/role/data-scpoce',
url: '/role/data-scope',
method: 'put',
data: data
})