fix: 新增茅台预约相关。
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
<div v-show="webShow">
|
<div v-show="webShow">
|
||||||
<zui-button @click="onButtonClick('callus')">联系我们</zui-button>
|
<zui-button @click="onButtonClick('callus')">联系我们</zui-button>
|
||||||
<zui-button @click="onButtonClick('resource')">资料下载</zui-button>
|
<zui-button @click="onButtonClick('resource')">资料下载</zui-button>
|
||||||
|
<zui-button @click="onButtonClick('imaotai')">茅台预约</zui-button>
|
||||||
<zui-button @click="onButtonClick('health')">健康档案</zui-button>
|
<zui-button @click="onButtonClick('health')">健康档案</zui-button>
|
||||||
<zui-button @click="onButtonClick('invest')">记账平台</zui-button>
|
<zui-button @click="onButtonClick('invest')">记账平台</zui-button>
|
||||||
<zui-button @click="onButtonClick('home')">首页</zui-button>
|
<zui-button @click="onButtonClick('home')">首页</zui-button>
|
||||||
@@ -133,6 +134,7 @@
|
|||||||
{text: '首页', action: this.gohome},
|
{text: '首页', action: this.gohome},
|
||||||
{text: '记账平台', action: this.goinvest},
|
{text: '记账平台', action: this.goinvest},
|
||||||
{text: '健康档案', action: this.gohealth},
|
{text: '健康档案', action: this.gohealth},
|
||||||
|
{text: '茅台预约', action: this.goimaotai},
|
||||||
{text: '资料下载', action: this.goresource},
|
{text: '资料下载', action: this.goresource},
|
||||||
{text: '联系我们', action: this.gocallus}
|
{text: '联系我们', action: this.gocallus}
|
||||||
]
|
]
|
||||||
@@ -148,9 +150,13 @@
|
|||||||
this.$router.push({path:'/callus'})
|
this.$router.push({path:'/callus'})
|
||||||
}else if(e=="invest"){
|
}else if(e=="invest"){
|
||||||
window.open("http://152.136.151.187:88/login", '_blank');
|
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');
|
window.open("http://152.136.151.187:81/hrms/login", '_blank');
|
||||||
}else if(e=="resource"){
|
}
|
||||||
|
else if(e=="resource"){
|
||||||
this.$router.push({path:'/resource'})
|
this.$router.push({path:'/resource'})
|
||||||
}else{
|
}else{
|
||||||
this.$router.push({path:'/'})
|
this.$router.push({path:'/'})
|
||||||
@@ -168,6 +174,9 @@
|
|||||||
goinvest: function () {
|
goinvest: function () {
|
||||||
window.open("http://152.136.151.187:86/#/", '_blank');
|
window.open("http://152.136.151.187:86/#/", '_blank');
|
||||||
},
|
},
|
||||||
|
goimaotai: function () {
|
||||||
|
window.open("http://152.136.151.187:90/#/", '_blank');
|
||||||
|
},
|
||||||
goresource: function () {
|
goresource: function () {
|
||||||
this.$router.push({path:'/resource'})
|
this.$router.push({path:'/resource'})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
<div v-show="webShow">
|
<div v-show="webShow">
|
||||||
<zui-button @click="onButtonClick('callus')">联系我们</zui-button>
|
<zui-button @click="onButtonClick('callus')">联系我们</zui-button>
|
||||||
<zui-button @click="onButtonClick('resource')">资料下载</zui-button>
|
<zui-button @click="onButtonClick('resource')">资料下载</zui-button>
|
||||||
|
<zui-button @click="onButtonClick('imaotai')">茅台预约</zui-button>
|
||||||
<zui-button @click="onButtonClick('health')">健康档案</zui-button>
|
<zui-button @click="onButtonClick('health')">健康档案</zui-button>
|
||||||
<zui-button @click="onButtonClick('invest')">记账平台</zui-button>
|
<zui-button @click="onButtonClick('invest')">记账平台</zui-button>
|
||||||
<zui-button @click="onButtonClick('home')">首页</zui-button>
|
<zui-button @click="onButtonClick('home')">首页</zui-button>
|
||||||
@@ -89,6 +90,7 @@
|
|||||||
{text: '首页', action: this.gohome},
|
{text: '首页', action: this.gohome},
|
||||||
{text: '记账平台', action: this.goinvest},
|
{text: '记账平台', action: this.goinvest},
|
||||||
{text: '健康档案', action: this.gohealth},
|
{text: '健康档案', action: this.gohealth},
|
||||||
|
{text: '茅台预约', action: this.goimaotai},
|
||||||
{text: '资料下载', action: this.goresource},
|
{text: '资料下载', action: this.goresource},
|
||||||
{text: '联系我们', action: this.gocallus}
|
{text: '联系我们', action: this.gocallus}
|
||||||
]
|
]
|
||||||
@@ -104,9 +106,12 @@
|
|||||||
this.$router.push({path:'/callus'})
|
this.$router.push({path:'/callus'})
|
||||||
}else if(e=="invest"){
|
}else if(e=="invest"){
|
||||||
window.open("http://152.136.151.187:88/login", '_blank');
|
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');
|
window.open("http://152.136.151.187:81/hrms/login", '_blank');
|
||||||
}else if(e=="resource"){
|
}
|
||||||
|
else if(e=="resource"){
|
||||||
this.$router.push({path:'/resource'})
|
this.$router.push({path:'/resource'})
|
||||||
}else{
|
}else{
|
||||||
this.$router.push({path:'/'})
|
this.$router.push({path:'/'})
|
||||||
@@ -124,6 +129,9 @@
|
|||||||
goinvest: function () {
|
goinvest: function () {
|
||||||
window.open("http://152.136.151.187:86/#/", '_blank');
|
window.open("http://152.136.151.187:86/#/", '_blank');
|
||||||
},
|
},
|
||||||
|
goimaotai: function () {
|
||||||
|
window.open("http://152.136.151.187:90/#/", '_blank');
|
||||||
|
},
|
||||||
goresource: function () {
|
goresource: function () {
|
||||||
this.$router.push({path:'/resource'})
|
this.$router.push({path:'/resource'})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
<div v-show="webShow">
|
<div v-show="webShow">
|
||||||
<zui-button @click="onButtonClick('callus')">联系我们</zui-button>
|
<zui-button @click="onButtonClick('callus')">联系我们</zui-button>
|
||||||
<zui-button @click="onButtonClick('resource')">资料下载</zui-button>
|
<zui-button @click="onButtonClick('resource')">资料下载</zui-button>
|
||||||
|
<zui-button @click="onButtonClick('imaotai')">茅台预约</zui-button>
|
||||||
<zui-button @click="onButtonClick('health')">健康档案</zui-button>
|
<zui-button @click="onButtonClick('health')">健康档案</zui-button>
|
||||||
<zui-button @click="onButtonClick('invest')">记账平台</zui-button>
|
<zui-button @click="onButtonClick('invest')">记账平台</zui-button>
|
||||||
<zui-button @click="onButtonClick('home')">首页</zui-button>
|
<zui-button @click="onButtonClick('home')">首页</zui-button>
|
||||||
@@ -42,6 +43,14 @@
|
|||||||
<a href="/" target="_blank">使用手册下载</a>
|
<a href="/" target="_blank">使用手册下载</a>
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<img :src="feature2"/>
|
||||||
|
<h4>茅台预约</h4>
|
||||||
|
<p>
|
||||||
|
<a href="/" target="_blank">系统介绍</a>
|
||||||
|
<a href="/" target="_blank">使用手册下载</a>
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<zui-footer/>
|
<zui-footer/>
|
||||||
@@ -83,6 +92,7 @@
|
|||||||
{text: '首页', action: this.gohome},
|
{text: '首页', action: this.gohome},
|
||||||
{text: '记账平台', action: this.goinvest},
|
{text: '记账平台', action: this.goinvest},
|
||||||
{text: '健康档案', action: this.gohealth},
|
{text: '健康档案', action: this.gohealth},
|
||||||
|
{text: '茅台预约', action: this.goimaotai},
|
||||||
{text: '资料下载', action: this.goresource},
|
{text: '资料下载', action: this.goresource},
|
||||||
{text: '联系我们', action: this.gocallus}
|
{text: '联系我们', action: this.gocallus}
|
||||||
]
|
]
|
||||||
@@ -98,9 +108,12 @@
|
|||||||
this.$router.push({path:'/callus'})
|
this.$router.push({path:'/callus'})
|
||||||
}else if(e=="invest"){
|
}else if(e=="invest"){
|
||||||
window.open("http://152.136.151.187:88/login", '_blank');
|
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');
|
window.open("http://152.136.151.187:81/hrms/login", '_blank');
|
||||||
}else if(e=="resource"){
|
}
|
||||||
|
else if(e=="resource"){
|
||||||
this.$router.push({path:'/resource'})
|
this.$router.push({path:'/resource'})
|
||||||
}else{
|
}else{
|
||||||
this.$router.push({path:'/'})
|
this.$router.push({path:'/'})
|
||||||
@@ -118,6 +131,9 @@
|
|||||||
goinvest: function () {
|
goinvest: function () {
|
||||||
window.open("http://152.136.151.187:86/#/", '_blank');
|
window.open("http://152.136.151.187:86/#/", '_blank');
|
||||||
},
|
},
|
||||||
|
goimaotai: function () {
|
||||||
|
window.open("http://152.136.151.187:90/#/", '_blank');
|
||||||
|
},
|
||||||
goresource: function () {
|
goresource: function () {
|
||||||
this.$router.push({path:'/resource'})
|
this.$router.push({path:'/resource'})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user