Merge branch 'bonus-jyy-smart-canteen' of http://192.168.0.75:3000/bonus/bonus-ui into bonus-jyy-smart-canteen

This commit is contained in:
zzyuan 2025-06-05 11:14:02 +08:00
commit 38a835fd34
2 changed files with 112 additions and 113 deletions

View File

@ -152,7 +152,7 @@ export function menuUpLoadApi(param){
formData.append('file', param.file)
formData.append('recipeId', param.recipeId)
return request({
url: '/smart-canteen/menu_recipe/recipe/import/dishes',
url: '/smart-canteen/cook_recipe/recipe/import/dishes',
method: 'post',
data: formData,
header:'multipart/form-data'

View File

@ -336,7 +336,7 @@
//
headers: { Authorization: 'Bearer ' + getToken() },
//
url: process.env.VUE_APP_BASE_API + '/smart-canteen/menu_recipe/recipe/import/dishes',
url: process.env.VUE_APP_BASE_API + '/smart-canteen/cook_recipe/recipe/import/dishes',
},
uploadRow:{},
openUpload:false
@ -700,4 +700,3 @@
border: 1px solid #FFF;
}
</style>