diff --git a/src/views/HomePage.vue b/src/views/HomePage.vue index 9feb2a8..805aae7 100644 --- a/src/views/HomePage.vue +++ b/src/views/HomePage.vue @@ -11,6 +11,7 @@
联系我们 资料下载 + 茅台预约 健康档案 记账平台 首页 @@ -133,6 +134,7 @@ {text: '首页', action: this.gohome}, {text: '记账平台', action: this.goinvest}, {text: '健康档案', action: this.gohealth}, + {text: '茅台预约', action: this.goimaotai}, {text: '资料下载', action: this.goresource}, {text: '联系我们', action: this.gocallus} ] @@ -148,9 +150,13 @@ this.$router.push({path:'/callus'}) }else if(e=="invest"){ window.open("http://152.136.151.187:88/login", '_blank'); - }else if(e=="health"){ + }else if(e=="imaotai"){ + window.open("http://152.136.151.187:88/login", '_blank'); + } + else if(e=="health"){ window.open("http://152.136.151.187:81/hrms/login", '_blank'); - }else if(e=="resource"){ + } + else if(e=="resource"){ this.$router.push({path:'/resource'}) }else{ this.$router.push({path:'/'}) @@ -168,6 +174,9 @@ goinvest: function () { window.open("http://152.136.151.187:86/#/", '_blank'); }, + goimaotai: function () { + window.open("http://152.136.151.187:90/#/", '_blank'); + }, goresource: function () { this.$router.push({path:'/resource'}) }, diff --git a/src/views/callus.vue b/src/views/callus.vue index 9e72ca9..bb7bb5f 100644 --- a/src/views/callus.vue +++ b/src/views/callus.vue @@ -11,6 +11,7 @@
联系我们 资料下载 + 茅台预约 健康档案 记账平台 首页 @@ -89,6 +90,7 @@ {text: '首页', action: this.gohome}, {text: '记账平台', action: this.goinvest}, {text: '健康档案', action: this.gohealth}, + {text: '茅台预约', action: this.goimaotai}, {text: '资料下载', action: this.goresource}, {text: '联系我们', action: this.gocallus} ] @@ -104,9 +106,12 @@ this.$router.push({path:'/callus'}) }else if(e=="invest"){ window.open("http://152.136.151.187:88/login", '_blank'); - }else if(e=="health"){ + }else if(e=="imaotai"){ + window.open("http://152.136.151.187:88/login", '_blank'); + } else if(e=="health"){ window.open("http://152.136.151.187:81/hrms/login", '_blank'); - }else if(e=="resource"){ + } + else if(e=="resource"){ this.$router.push({path:'/resource'}) }else{ this.$router.push({path:'/'}) @@ -124,6 +129,9 @@ goinvest: function () { window.open("http://152.136.151.187:86/#/", '_blank'); }, + goimaotai: function () { + window.open("http://152.136.151.187:90/#/", '_blank'); + }, goresource: function () { this.$router.push({path:'/resource'}) }, diff --git a/src/views/resource.vue b/src/views/resource.vue index 83e2ade..b30e674 100644 --- a/src/views/resource.vue +++ b/src/views/resource.vue @@ -11,6 +11,7 @@
联系我们 资料下载 + 茅台预约 健康档案 记账平台 首页 @@ -42,6 +43,14 @@ 使用手册下载

+
  • + +

    茅台预约

    +

    + 系统介绍   + 使用手册下载 +

    +
  • @@ -83,6 +92,7 @@ {text: '首页', action: this.gohome}, {text: '记账平台', action: this.goinvest}, {text: '健康档案', action: this.gohealth}, + {text: '茅台预约', action: this.goimaotai}, {text: '资料下载', action: this.goresource}, {text: '联系我们', action: this.gocallus} ] @@ -98,9 +108,12 @@ this.$router.push({path:'/callus'}) }else if(e=="invest"){ window.open("http://152.136.151.187:88/login", '_blank'); - }else if(e=="health"){ + }else if(e=="imaotai"){ + window.open("http://152.136.151.187:88/login", '_blank'); + } else if(e=="health"){ window.open("http://152.136.151.187:81/hrms/login", '_blank'); - }else if(e=="resource"){ + } + else if(e=="resource"){ this.$router.push({path:'/resource'}) }else{ this.$router.push({path:'/'}) @@ -118,6 +131,9 @@ goinvest: function () { window.open("http://152.136.151.187:86/#/", '_blank'); }, + goimaotai: function () { + window.open("http://152.136.151.187:90/#/", '_blank'); + }, goresource: function () { this.$router.push({path:'/resource'}) },