From 4d4739aeccb13c425141a74350c58364d731db66 Mon Sep 17 00:00:00 2001 From: hejin Date: Sun, 24 Aug 2025 17:39:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E9=A1=B5=E9=9D=A2=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E5=86=99=E6=AD=BB=E7=9A=84=E5=86=85=E5=AE=B9=EF=BC=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96header;=E9=85=8D=E7=BD=AE=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E7=9A=84ws?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/aside-tree.vue | 16 +++++++++++----- components/header-nav.vue | 14 +++++++++++--- env.js | 3 ++- pages/inquiry.vue | 20 +++++++++++++------- 4 files changed, 37 insertions(+), 16 deletions(-) diff --git a/components/aside-tree.vue b/components/aside-tree.vue index 88fa7cd..dc643d6 100644 --- a/components/aside-tree.vue +++ b/components/aside-tree.vue @@ -24,22 +24,22 @@

{{ $t('contactUs.contactUs') }}

-

{{ $t('index.corporateName') }}

+

{{ footerInfo.companyName }}

- {{ $t('aboutUs.address') }} + {{ footerInfo.address }}

- +86-531-69985132 + {{ footerInfo.tel }}

- 0086 182 5311 2969 + {{ footerInfo.tel }}

- alicesales@scdtrailer.com + {{ footerInfo.email }}

@@ -47,6 +47,8 @@