|
|
|
@ -1,11 +1,23 @@ |
|
|
|
|
|
|
|
|
|
let host = 'http://39.108.250.202' |
|
|
|
|
// 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'//7
|
|
|
|
|
|
|
|
|
|
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`, //删除用户新版
|
|
|
|
|
queryAccountIsExist: `${host}/liuwanr/userInfo/queryServerAccountIsExist`, //查询账号是否存在
|
|
|
|
@ -102,23 +114,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`, |
|
|
|
|
} |