From 555a53e2d862c464b1cc9f185098aa59152f97ed Mon Sep 17 00:00:00 2001 From: jingrow Date: Mon, 29 Dec 2025 22:25:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=B0=83=E8=AF=95=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/components/billing/NewAddressForm.vue | 1 - 1 file changed, 1 deletion(-) 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;