This commit is contained in:
parent
1625530c31
commit
275b438c8d
|
|
@ -153,3 +153,11 @@ export function getCheckInfo(data) {
|
|||
})
|
||||
}
|
||||
|
||||
// 提交
|
||||
export function submitLeaseOutApi(data) {
|
||||
return request({
|
||||
url: '/material/lease_apply_info/submitLeaseOut',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -36,7 +36,7 @@ module.exports = {
|
|||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||
[process.env.VUE_APP_BASE_API]: {
|
||||
// target: `http://36.33.26.201:19988/prod-api`,
|
||||
target: `http://192.168.1.117:18080`,//马
|
||||
target: `http://192.168.0.96:18080`,//马
|
||||
// target: `http://192.168.0.244:18580`,//测试
|
||||
// target: `http://192.168.2.223:18080`,//山
|
||||
// target: `http://192.168.2.23:18080`,//洪
|
||||
|
|
|
|||
Loading…
Reference in New Issue