删除调试日志

This commit is contained in:
jingrow 2025-12-29 22:25:42 +08:00
parent 206612e23b
commit 555a53e2d8

View File

@ -42,7 +42,6 @@ const props = defineProps({
const getBillingInformation = createResource({
url: 'jcloud.api.account.get_billing_information',
onSuccess(data) {
console.log("获取到的账单信息:", data);
if (data.country) {
// 使
billingInformation.value.country = data.country;