feat(week_recipe.vue): [M] add console log for debug

[M] add console log for debug

Signed-off-by: Ching <loooching@gmail.com>
This commit is contained in:
Ching 2022-01-17 22:29:16 +08:00
parent b017b691ee
commit 2280fd25c1

View File

@ -94,6 +94,8 @@ export default {
};
},
mounted() {
console.log(config.publicPath);
console.log(process.env);
axios
.get(config.publicPath + '/recipe/week-recipe/')
.then((response) => (this.daily_recipes = response.data));