|
|
|
@ -1,11 +1,24 @@ |
|
|
|
|
|
|
|
|
|
let host = 'http://39.108.250.202' |
|
|
|
|
let host1 = 'http://192.168.31.151:9000' |
|
|
|
|
let host2 = 'http://192.168.31.125:9000' |
|
|
|
|
let host3 = 'http://192.168.31.140:9000' |
|
|
|
|
// let host = 'http://39.108.250.202'
|
|
|
|
|
// let host = 'http://192.168.31.151:9000'
|
|
|
|
|
// let host = 'http://192.168.31.125:9000'
|
|
|
|
|
// let host = 'http://192.168.31.140:9000'
|
|
|
|
|
let host = 'http://192.168.31.137:9000'// 陈赓
|
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
logins: `${host}/liuwanr/userInfo/adminLogins`, //登录
|
|
|
|
|
|
|
|
|
|
logins: `${host}/users/user/login`, //登录
|
|
|
|
|
verification:`${host}/users/user/captcha`,// 验证码
|
|
|
|
|
|
|
|
|
|
// 订单管理
|
|
|
|
|
orderAdd:`${host}/nakadai/order/add`,// 订单添加
|
|
|
|
|
orderDelete:`${host}/nakadai/order/delete`,// 删除定单
|
|
|
|
|
orderDetail:`${host}/nakadai/order/get`,// 订单详情
|
|
|
|
|
orderList:`${host}/nakadai/order/list`,// 订单列表
|
|
|
|
|
orderUpdate:`${host}/nakadai/order/update`,// 订单更新
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addUser: `${host}/liuwanr/userInfo/addUser`, //增加用户新版
|
|
|
|
|
queryUser: `${host}/liuwanr/userInfo/queryUserInfo`, //查询用户新版
|
|
|
|
|
deleteUser: `${host}/liuwanr/userInfo/deleteUserInfo`, //删除用户新版
|
|
|
|
@ -27,35 +40,35 @@ export default { |
|
|
|
|
updateUserRoleId: `${host}/liuwanr/userInfo/updateUserRoleId`, //更新用户角色id接口
|
|
|
|
|
|
|
|
|
|
// 客户管理
|
|
|
|
|
deleteCustomer: `${host3}/nakadai/customer/delCustomer`, |
|
|
|
|
updateCustomer: `${host3}/nakadai/customer/updateCustomer`, |
|
|
|
|
addCustomer: `${host3}/nakadai/customer/addCustomer`, |
|
|
|
|
queryCustomer: `${host3}/nakadai/customer/queryCustomer`, |
|
|
|
|
queryCustomerDetails: `${host3}/nakadai/customer/queryCustomerDetails`, |
|
|
|
|
resetPwdCustomer: `${host3}/nakadai/customer/resetPwd`, |
|
|
|
|
queryCustomerIsExists: `${host3}/nakadai/customer/queryCustomerIsExists`, |
|
|
|
|
updateEnabled: `${host3}/nakadai/customer/updateEnabled`, |
|
|
|
|
deleteCustomer: `${host}/nakadai/customer/delCustomer`, |
|
|
|
|
updateCustomer: `${host}/nakadai/customer/updateCustomer`, |
|
|
|
|
addCustomer: `${host}/nakadai/customer/addCustomer`, |
|
|
|
|
queryCustomer: `${host}/nakadai/customer/queryCustomer`, |
|
|
|
|
queryCustomerDetails: `${host}/nakadai/customer/queryCustomerDetails`, |
|
|
|
|
resetPwdCustomer: `${host}/nakadai/customer/resetPwd`, |
|
|
|
|
queryCustomerIsExists: `${host}/nakadai/customer/queryCustomerIsExists`, |
|
|
|
|
updateEnabled: `${host}/nakadai/customer/updateEnabled`, |
|
|
|
|
queryCustomerIndustryClass: `${host}/liuwanr/customer/queryCustomerIndustryClass`, |
|
|
|
|
queryCustomerIndustry: `${host}/liuwanr/customer/queryCustomerIndustry`, |
|
|
|
|
queryPhone: `${host}/liuwanr/user/queryPhone`, |
|
|
|
|
querySchoolData: `${host3}/nakadai/school/querySchool`, |
|
|
|
|
querySchoolData: `${host}/nakadai/school/querySchool`, |
|
|
|
|
queryPlatform: `${host}/liuwanr/userInfo/queryPlatform`, |
|
|
|
|
|
|
|
|
|
// 用户管理
|
|
|
|
|
delUserAccount: `${host3}/users/userAccount/delUserAccount`, |
|
|
|
|
queryUserInfoDetails: `${host3}/users/userAccount/queryUserInfoDetails`, |
|
|
|
|
queryUserInfoList: `${host3}/users/userAccount/queryUserInfoList`, |
|
|
|
|
resetPwd: `${host3}/users/userAccount/resetPwd`, |
|
|
|
|
selectAccountDetail: `${host3}/users/userAccount/selectAccountDetail`, |
|
|
|
|
selectUserSysBind: `${host3}/users/userAccount/selectUserSysBind`, |
|
|
|
|
updatePersonCenter: `${host3}/users/userAccount/updatePersonCenter`, |
|
|
|
|
updateUserAvatars: `${host3}/users/userAccount/updateUserAvatars`, |
|
|
|
|
userInfo: `${host3}/users/userAccount/userInfo`, |
|
|
|
|
checkCode: `${host3}/users/userAccount/checkCode`, |
|
|
|
|
findPasswordByEmail: `${host3}/users/userAccount/findPasswordByEmail`, |
|
|
|
|
findPasswordByPhone: `${host3}/users/userAccount/findPasswordByPhone`, |
|
|
|
|
updateAccountEnable: `${host3}/users/userAccount/updateAccountEnable`, |
|
|
|
|
updateAccountAllEnable: `${host3}/users/userAccount/updateAccountAllEnable`, |
|
|
|
|
delUserAccount: `${host}/users/userAccount/delUserAccount`, |
|
|
|
|
queryUserInfoDetails: `${host}/users/userAccount/queryUserInfoDetails`, |
|
|
|
|
queryUserInfoList: `${host}/users/userAccount/queryUserInfoList`, |
|
|
|
|
resetPwd: `${host}/users/userAccount/resetPwd`, |
|
|
|
|
selectAccountDetail: `${host}/users/userAccount/selectAccountDetail`, |
|
|
|
|
selectUserSysBind: `${host}/users/userAccount/selectUserSysBind`, |
|
|
|
|
updatePersonCenter: `${host}/users/userAccount/updatePersonCenter`, |
|
|
|
|
updateUserAvatars: `${host}/users/userAccount/updateUserAvatars`, |
|
|
|
|
userInfo: `${host}/users/userAccount/userInfo`, |
|
|
|
|
checkCode: `${host}/users/userAccount/checkCode`, |
|
|
|
|
findPasswordByEmail: `${host}/users/userAccount/findPasswordByEmail`, |
|
|
|
|
findPasswordByPhone: `${host}/users/userAccount/findPasswordByPhone`, |
|
|
|
|
updateAccountEnable: `${host}/users/userAccount/updateAccountEnable`, |
|
|
|
|
updateAccountAllEnable: `${host}/users/userAccount/updateAccountAllEnable`, |
|
|
|
|
|
|
|
|
|
queryOrder: `${host}/liuwanr/order/queryOrder`, //查询订单
|
|
|
|
|
queryOrderDetails: `${host}/liuwanr/order/queryOrderDetails`, //查询订单详情
|
|
|
|
@ -90,6 +103,7 @@ export default { |
|
|
|
|
querySchoolDetails: `${host}/liuwanr/school/querySchoolDetails`, //查询学校详情
|
|
|
|
|
|
|
|
|
|
queryProvince: `${host}/liuwanr/province/queryProvince`, //查询省份
|
|
|
|
|
|
|
|
|
|
queryCity: `${host}/liuwanr/city/queryCity`, //查询城市
|
|
|
|
|
|
|
|
|
|
queryCourseDiscipline: `${host}/liuwanr/course/queryCourseDiscipline`, //查询课程学科
|
|
|
|
@ -109,23 +123,23 @@ export default { |
|
|
|
|
downloadFiles: `${host}/liuwanr/aliyun/downloadFiles`, //下载文件
|
|
|
|
|
|
|
|
|
|
// 数据管理
|
|
|
|
|
getIdQueryTable:`${host1}/data/table/getIdQueryTable`, |
|
|
|
|
getTableByClassification:`${host1}/data/table/getTableByClassification`, |
|
|
|
|
getTableByCondition:`${host1}/data/table/getTableByCondition`, |
|
|
|
|
originalList:`${host1}/data/table/originalList`, |
|
|
|
|
originalListById:`${host1}/data/table/originalListById`, |
|
|
|
|
saveCategory:`${host1}/data/table/saveCategory`, |
|
|
|
|
saveTable:`${host1}/data/table/saveTable`, |
|
|
|
|
updateCategory:`${host1}/data/table/updateCategory`, |
|
|
|
|
deleteCategory:`${host1}/data/table/deleteCategory`, |
|
|
|
|
deleteTable:`${host1}/data/table/deleteTable`, |
|
|
|
|
previewData:`${host2}/data/preview`, |
|
|
|
|
getIdQueryTable:`${host}/data/table/getIdQueryTable`, |
|
|
|
|
getTableByClassification:`${host}/data/table/getTableByClassification`, |
|
|
|
|
getTableByCondition:`${host}/data/table/getTableByCondition`, |
|
|
|
|
originalList:`${host}/data/table/originalList`, |
|
|
|
|
originalListById:`${host}/data/table/originalListById`, |
|
|
|
|
saveCategory:`${host}/data/table/saveCategory`, |
|
|
|
|
saveTable:`${host}/data/table/saveTable`, |
|
|
|
|
updateCategory:`${host}/data/table/updateCategory`, |
|
|
|
|
deleteCategory:`${host}/data/table/deleteCategory`, |
|
|
|
|
deleteTable:`${host}/data/table/deleteTable`, |
|
|
|
|
previewData:`${host}/data/preview`, |
|
|
|
|
|
|
|
|
|
// 产品管理
|
|
|
|
|
deleteProduct:`${host1}/data/product/delete`, |
|
|
|
|
findById:`${host1}/data/product/findById`, |
|
|
|
|
listByEntity:`${host1}/data/product/listByEntity`, |
|
|
|
|
saveProduct:`${host1}/data/product/save`, |
|
|
|
|
updateProduct:`${host1}/data/product/update`, |
|
|
|
|
saveRecord:`${host1}/data/dataRecord/saveRecord`, |
|
|
|
|
deleteProduct:`${host}/data/product/delete`, |
|
|
|
|
findById:`${host}/data/product/findById`, |
|
|
|
|
listByEntity:`${host}/data/product/listByEntity`, |
|
|
|
|
saveProduct:`${host}/data/product/save`, |
|
|
|
|
updateProduct:`${host}/data/product/update`, |
|
|
|
|
saveRecord:`${host}/data/dataRecord/saveRecord`, |
|
|
|
|
} |