post改成get请求

This commit is contained in:
jjLv 2025-09-01 09:40:12 +08:00
parent f24a312af6
commit 4b1b7bf556
8 changed files with 9 additions and 9 deletions

View File

@ -56,7 +56,7 @@ export function getCurrentRecipeListApi(data) {
headers: {
//"merchant-id":"378915229716713472",
},
data,
params: data,
})
}
// 获取所有菜谱-分页

View File

@ -28,7 +28,7 @@ export function getStockMaterialListApi(data) {
headers: {
//"merchant-id":"378915229716713472",
},
data,
params: data,
})
}

View File

@ -134,7 +134,7 @@ export function goodsInquiryPageApi(data) {
headers: {
//"merchant-id":"378915229716713472",
},
data,
params: data,
})
}
//获取采购询价分页详情

View File

@ -28,7 +28,7 @@ export function getStockMaterialListApi(data) {
headers: {
//"merchant-id":"378915229716713472",
},
data,
params: data,
})
}

View File

@ -93,7 +93,7 @@ export function getStockMaterialListApi(data) {
headers: {
//"merchant-id":"378915229716713472",
},
data,
params: data,
})
}

View File

@ -6,6 +6,6 @@ export function getKitchenDeviceSensorRecordListApi(data) {
return request({
url: '/smart-canteen/kitchen_device_sensor_record/list',
method: 'get',
data
params: data
})
}

View File

@ -161,7 +161,7 @@ export function reportUserIncomeListApi(data) {
headers: {
//"merchant-id":"378915229716713472",
},
data,
params: data,
})
}

View File

@ -36,8 +36,8 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://192.168.2.75:48380`,//旭
target: `http://192.168.0.244:48380`,//测试
// target: `http://192.168.0.176:48380`,//刘鑫
target: `http://192.168.0.34:48380`,//测试
// target: `http://192.168.1.176:48380`,//测试
// target: `http://192.168.0.44:48380`,//测试
// target: `http://192.168.0.176:48380`,//
changeOrigin: true,