From 34bbaa473d8bc2ec9fb18abcb4d56786ab582b2a Mon Sep 17 00:00:00 2001 From: zhangsiyu Date: Tue, 1 Aug 2023 11:52:52 +0800 Subject: [PATCH] 1 --- src/pages/home.css | 2 +- src/units/home.vue | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/home.css b/src/pages/home.css index b9d391c..9e4303c 100644 --- a/src/pages/home.css +++ b/src/pages/home.css @@ -446,7 +446,7 @@ } .fwmw-text { - max-width: 90%; + max-width: 77rem; font-size: 1.125rem; color: #666666; margin: auto; diff --git a/src/units/home.vue b/src/units/home.vue index eea8c2f..8d60ec2 100644 --- a/src/units/home.vue +++ b/src/units/home.vue @@ -423,7 +423,7 @@ export default { }, imgsArr: [], - host: "http://xhm.x-embers.com/", + host: "http://gw.x-embers.com/", service: {}, flag: false, maskSwitch: false, @@ -501,7 +501,7 @@ export default { methods: { getSeo() { this.$axios - .post("http://xhm.x-embers.com/api/index/seo", {}) + .post("http://gw.x-embers.com/api/index/seo", {}) .then((res) => { console.log(res); this.description = res.data.data.description; @@ -562,7 +562,7 @@ export default { getMenu() { this.$axios({ method: "get", - url: "http://xhm.x-embers.com/api/index/menu", + url: "http://gw.x-embers.com/api/index/menu", params: {}, }).then( (res) => { @@ -577,7 +577,7 @@ export default { getContent() { this.$axios({ method: "get", - url: "http://xhm.x-embers.com/api/index/content", + url: "http://gw.x-embers.com/api/index/content", params: {}, }).then( (res) => { @@ -653,7 +653,7 @@ console.log(viewer); getCompanyInfo() { this.$axios({ method: "get", - url: "http://xhm.x-embers.com/api/index/companyInfo", + url: "http://gw.x-embers.com/api/index/companyInfo", params: {}, }).then( (res) => {