|
@@ -114,7 +114,7 @@
|
|
import housePng from "../assets/png/house.png"
|
|
import housePng from "../assets/png/house.png"
|
|
import house1Png from "../assets/png/house1.png"
|
|
import house1Png from "../assets/png/house1.png"
|
|
import {
|
|
import {
|
|
- jinghuguoji_httpGet
|
|
|
|
|
|
+ jinghuguoji_httpGet,SZZXQ_httpGet
|
|
} from "../assets/api/loadData.js"
|
|
} from "../assets/api/loadData.js"
|
|
import LeftPage from "./OtherChilds/LeftPage.vue"
|
|
import LeftPage from "./OtherChilds/LeftPage.vue"
|
|
import RightPage from "./OtherChilds/RightPage.vue"
|
|
import RightPage from "./OtherChilds/RightPage.vue"
|
|
@@ -156,7 +156,7 @@
|
|
let clear = setInterval(() => {
|
|
let clear = setInterval(() => {
|
|
if (
|
|
if (
|
|
this.$store.getters.getDaZhongdata.code === 10000 &&
|
|
this.$store.getters.getDaZhongdata.code === 10000 &&
|
|
- this.$store.getters.getDaZhongdata.data.index
|
|
|
|
|
|
+ this.$store.getters.getDaZhongdata.data
|
|
) {
|
|
) {
|
|
this.dataAll=this.$store.getters.getDaZhongdata.data
|
|
this.dataAll=this.$store.getters.getDaZhongdata.data
|
|
console.log('--------',this.dataAll);
|
|
console.log('--------',this.dataAll);
|
|
@@ -232,6 +232,10 @@
|
|
this.leftPng_url = left1Png;
|
|
this.leftPng_url = left1Png;
|
|
this.rightPng_url = right1Png;
|
|
this.rightPng_url = right1Png;
|
|
console.log(333)
|
|
console.log(333)
|
|
|
|
+ SZZXQ_httpGet("金湖国际",result=>{
|
|
|
|
+ console.log("金湖国际",result)
|
|
|
|
+ this.dataAll=result.data.data;
|
|
|
|
+ },result=>{})
|
|
// this.$store.commit("setShowDZ", false);
|
|
// this.$store.commit("setShowDZ", false);
|
|
// localStorage.setItem('showDZ',false)
|
|
// localStorage.setItem('showDZ',false)
|
|
this.isShow=false
|
|
this.isShow=false
|