diff --git a/app.vue b/app.vue
index f1405b8..fc2a3a4 100644
--- a/app.vue
+++ b/app.vue
@@ -4,6 +4,10 @@
diff --git a/pages/index_about.vue b/pages/index_about.vue
index 1ccfdf8..48d95c0 100644
--- a/pages/index_about.vue
+++ b/pages/index_about.vue
@@ -3,7 +3,7 @@
import { onMounted } from 'vue'
-
+import bgImage4 from '../public/images/group195.png'
+import bgImage5 from '../public/images/maskgroup1.png'
+import $api from '@/service/webRequest'
+import { useStore } from '~/store'
+import { useI18n } from 'vue-i18n'
+const { locale } = useI18n()
onMounted(() => {
+ getInfo();
})
+const info=ref({});
+const getInfo=()=>{
+ $api.get("/api/sys_config?name=about_us")
+ .then((res: any) => {
+ console.log(res)
+ info.value = res.data.data.config
+ })
+ .catch((err) => {
+ console.dir(err)
+ })
+}
diff --git a/pages/index_contact.vue b/pages/index_contact.vue
index 98f6b5c..b6dbe2b 100644
--- a/pages/index_contact.vue
+++ b/pages/index_contact.vue
@@ -15,11 +15,11 @@

-
+86-186-379-00319
+
{{ store.tempApiData.luoyang_sales_hotline }}

-
hwang@joker019.com
+
{{ store.tempApiData.site_mail }}
@@ -62,10 +62,7 @@
@@ -77,18 +74,25 @@
diff --git a/pages/index_service.vue b/pages/index_service.vue
index f43a47a..69ee07d 100644
--- a/pages/index_service.vue
+++ b/pages/index_service.vue
@@ -2,7 +2,7 @@