From b8085c12e2f5542210c8a73a997e0b88d39e18b0 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 20 三月 2025 16:45:56 +0800 Subject: [PATCH] 测试完成 --- src/api/system/role.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/system/role.js b/src/api/system/role.js index ffb8d1d..17914bf 100644 --- a/src/api/system/role.js +++ b/src/api/system/role.js @@ -20,7 +20,7 @@ // 鏂板瑙掕壊 export function addRole(data) { return request({ - url: '/system/role', + url: '/system/role/add', method: 'post', data: data }) @@ -38,7 +38,7 @@ // 瑙掕壊鏁版嵁鏉冮檺 export function dataScope(data) { return request({ - url: '/system/role/dataScope/edit', + url: '/system/role/dataScope', method: 'post', data: data }) @@ -104,7 +104,7 @@ // 鎺堟潈鐢ㄦ埛閫夋嫨 export function authUserSelectAll(data) { return request({ - url: '/system/role/authUser/selectAll/edit', + url: '/system/role/authUser/selectAll', method: 'post', params: data }) -- Gitblit v1.9.3