This commit is contained in:
dinghao
2024-05-28 18:00:25 +08:00
parent e28ca898ee
commit 778ada00fc
5 changed files with 48 additions and 43 deletions

View File

@@ -1,13 +1,4 @@
// import request from '@/utils/request';
// export function login(data) {
// return request({
// url: '/carbon-smart/api/user/queryUserByPage',
// method: 'post',
// data,
// });
// }
export const origanizemanage = {
list: '/carbon-smart/api/user/queryUserByPage',
userList: '/carbon-smart/api/user/queryUserByPage',
addUser: '/carbon-smart/api/user/save',
};