diff --git a/dashboard/src/components/billing/NewAddressForm.vue b/dashboard/src/components/billing/NewAddressForm.vue index 8302c31..bb02fbd 100644 --- a/dashboard/src/components/billing/NewAddressForm.vue +++ b/dashboard/src/components/billing/NewAddressForm.vue @@ -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;