mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-24 20:28:33 +08:00
全新UI视觉体验,移动端API优化降低重复调用,提高并发6倍,修复N多Bug
This commit is contained in:
@@ -44,7 +44,8 @@ export function adminAdd(pram) {
|
||||
pwd: pram.pwd,
|
||||
realName: pram.realName,
|
||||
roles: pram.roles.join(','),
|
||||
status: pram.status
|
||||
status: pram.status,
|
||||
phone: pram.phone
|
||||
}
|
||||
return request({
|
||||
url: '/admin/system/admin/save',
|
||||
|
||||
Reference in New Issue
Block a user