diff --git a/app/pages/about/index.vue b/app/pages/about/index.vue index ee510db..7f995a2 100644 --- a/app/pages/about/index.vue +++ b/app/pages/about/index.vue @@ -25,7 +25,7 @@ @@ -44,6 +44,10 @@ ]; const { data: companyProfile, pending, error } = await useCompanyProfile(); + const openMap = () => { + window.open(localePath('/locate')); + }; + watch(error, (value) => { if (value) { logger.error('数据获取失败: ', value);