|
|
@ -1,20 +1,14 @@ |
|
|
|
|
|
|
|
|
|
|
|
// let host = 'http://192.168.31.117:8080'
|
|
|
|
|
|
|
|
// let host = 'http://www.huorantech.cn/liuwanr'
|
|
|
|
|
|
|
|
let host = 'http://39.108.250.202' |
|
|
|
let host = 'http://39.108.250.202' |
|
|
|
let host1 = 'http://192.168.31.151:9000' |
|
|
|
let host1 = 'http://192.168.31.151:9000' |
|
|
|
let host2 = 'http://192.168.31.125:9000' |
|
|
|
let host2 = 'http://192.168.31.125:9000' |
|
|
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
export default { |
|
|
|
logins: `${host}/liuwanr/userInfo/adminLogins`, //登录
|
|
|
|
logins: `${host}/liuwanr/userInfo/adminLogins`, //登录
|
|
|
|
// addUser: `${host}/liuwanr/user/addUser`, //增加用户
|
|
|
|
|
|
|
|
addUser: `${host}/liuwanr/userInfo/addUser`, //增加用户新版
|
|
|
|
addUser: `${host}/liuwanr/userInfo/addUser`, //增加用户新版
|
|
|
|
// queryUser: `${host}/liuwanr/user/queryUser`, //查询用户
|
|
|
|
|
|
|
|
queryUser: `${host}/liuwanr/userInfo/queryUserInfo`, //查询用户新版
|
|
|
|
queryUser: `${host}/liuwanr/userInfo/queryUserInfo`, //查询用户新版
|
|
|
|
// deleteUser: `${host}/liuwanr/user/deleteUser`, //删除用户
|
|
|
|
|
|
|
|
deleteUser: `${host}/liuwanr/userInfo/deleteUserInfo`, //删除用户新版
|
|
|
|
deleteUser: `${host}/liuwanr/userInfo/deleteUserInfo`, //删除用户新版
|
|
|
|
updateUser: `${host}/liuwanr/user/updateUser`, //编辑用户
|
|
|
|
updateUser: `${host}/liuwanr/user/updateUser`, //编辑用户
|
|
|
|
// queryUserDetails: `${host}/liuwanr/user/queryUserDetails`, //查询用户详情
|
|
|
|
|
|
|
|
queryUserInfoDetails: `${host}/liuwanr/userInfo/queryUserInfoDetails`, //查询用户详情新版
|
|
|
|
queryUserInfoDetails: `${host}/liuwanr/userInfo/queryUserInfoDetails`, //查询用户详情新版
|
|
|
|
queryAccountIsExist: `${host}/liuwanr/userInfo/queryServerAccountIsExist`, //查询账号是否存在
|
|
|
|
queryAccountIsExist: `${host}/liuwanr/userInfo/queryServerAccountIsExist`, //查询账号是否存在
|
|
|
|
queryUserOR: `${host}/liuwanr/userInfo/queryUserOR`, //查询系统列表详情
|
|
|
|
queryUserOR: `${host}/liuwanr/userInfo/queryUserOR`, //查询系统列表详情
|
|
|
|