post改成get请求
This commit is contained in:
parent
f24a312af6
commit
4b1b7bf556
|
|
@ -56,7 +56,7 @@ export function getCurrentRecipeListApi(data) {
|
||||||
headers: {
|
headers: {
|
||||||
//"merchant-id":"378915229716713472",
|
//"merchant-id":"378915229716713472",
|
||||||
},
|
},
|
||||||
data,
|
params: data,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
// 获取所有菜谱-分页
|
// 获取所有菜谱-分页
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ export function getStockMaterialListApi(data) {
|
||||||
headers: {
|
headers: {
|
||||||
//"merchant-id":"378915229716713472",
|
//"merchant-id":"378915229716713472",
|
||||||
},
|
},
|
||||||
data,
|
params: data,
|
||||||
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,7 @@ export function goodsInquiryPageApi(data) {
|
||||||
headers: {
|
headers: {
|
||||||
//"merchant-id":"378915229716713472",
|
//"merchant-id":"378915229716713472",
|
||||||
},
|
},
|
||||||
data,
|
params: data,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
//获取采购询价分页详情
|
//获取采购询价分页详情
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ export function getStockMaterialListApi(data) {
|
||||||
headers: {
|
headers: {
|
||||||
//"merchant-id":"378915229716713472",
|
//"merchant-id":"378915229716713472",
|
||||||
},
|
},
|
||||||
data,
|
params: data,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@ export function getStockMaterialListApi(data) {
|
||||||
headers: {
|
headers: {
|
||||||
//"merchant-id":"378915229716713472",
|
//"merchant-id":"378915229716713472",
|
||||||
},
|
},
|
||||||
data,
|
params: data,
|
||||||
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ export function getKitchenDeviceSensorRecordListApi(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/smart-canteen/kitchen_device_sensor_record/list',
|
url: '/smart-canteen/kitchen_device_sensor_record/list',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
data
|
params: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -161,7 +161,7 @@ export function reportUserIncomeListApi(data) {
|
||||||
headers: {
|
headers: {
|
||||||
//"merchant-id":"378915229716713472",
|
//"merchant-id":"378915229716713472",
|
||||||
},
|
},
|
||||||
data,
|
params: data,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,8 +36,8 @@ module.exports = {
|
||||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||||
[process.env.VUE_APP_BASE_API]: {
|
[process.env.VUE_APP_BASE_API]: {
|
||||||
// target: `http://192.168.2.75:48380`,//旭
|
// target: `http://192.168.2.75:48380`,//旭
|
||||||
target: `http://192.168.0.244:48380`,//测试
|
target: `http://192.168.0.34:48380`,//测试
|
||||||
// target: `http://192.168.0.176:48380`,//刘鑫
|
// target: `http://192.168.1.176:48380`,//测试
|
||||||
// target: `http://192.168.0.44:48380`,//测试
|
// target: `http://192.168.0.44:48380`,//测试
|
||||||
// target: `http://192.168.0.176:48380`,//
|
// target: `http://192.168.0.176:48380`,//
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue