Compare commits

..

No commits in common. '4ba596edca2b93abb904a1c57ddc9575dd9b7b0c' and '4bb4229dd8b3befb5cf413814c59165845a33440' have entirely different histories.

@ -31,9 +31,6 @@ const addressList = ref([]);
onMounted(async () => {
if (route.query.act === 'add') {
let res = await addUserFavi({ uf_user_id: route.query.cardid });
if(res.code === 445){
showToast('您為基本型用戶僅能最多收藏10人');
}
}
initData();
getCateList();

@ -32,8 +32,8 @@ export default defineConfig(({ mode }) => {
'@': resolve(__dirname, 'src')
}
},
esbuild: {
drop: ["console", "debugger"],
},
// esbuild: {
// drop: ["console", "debugger"],
// },
}
})

Loading…
Cancel
Save