diff --git a/src/views/land/child/index.vue b/src/views/land/child/index.vue index 7611752..99fb031 100644 --- a/src/views/land/child/index.vue +++ b/src/views/land/child/index.vue @@ -3071,17 +3071,20 @@ export default { if (val == 1) { this.xianShow = true; this.yiciSrc = - "http://221.226.19.85:10123/info.html?primaryGraphId=1874E7D1D0D0AE1F"; + // "http://221.226.19.85:10123/info.html?primaryGraphId=1874E7D1D0D0AE1F"; + "http://223.112.17.26:12301/info.html?primaryGraphId=1874E7D1D0D0AE1F"; } else if (val == 2) { this.xianShow = true; this.yiciSrc = - "http://221.226.19.85:10123/info.html?primaryGraphId=12640A6DD8E2DAEE"; + // "http://221.226.19.85:10123/info.html?primaryGraphId=12640A6DD8E2DAEE"; + "http://223.112.17.26:12301/info.html?primaryGraphId=12640A6DD8E2DAEE"; } }, handleXian1() { this.xianShow = true; this.yiciSrc = - "http://221.226.19.85:10123/info.html?primaryGraphId=2CD496643A1EB7D5"; + // "http://221.226.19.85:10123/info.html?primaryGraphId=2CD496643A1EB7D5"; + "http://223.112.17.26:12301/info.html?primaryGraphId=2CD496643A1EB7D5"; }, handleXianfalse() { this.xianShow = false; diff --git a/src/views/login/login.vue b/src/views/login/login.vue index 8444772..cc3e83b 100644 --- a/src/views/login/login.vue +++ b/src/views/login/login.vue @@ -9,8 +9,15 @@