zhangsiyu 2 years ago
parent
commit
34bbaa473d
  1. 2
      src/pages/home.css
  2. 10
      src/units/home.vue

2
src/pages/home.css

@ -446,7 +446,7 @@
}
.fwmw-text {
max-width: 90%;
max-width: 77rem;
font-size: 1.125rem;
color: #666666;
margin: auto;

10
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) => {

Loading…
Cancel
Save