-
-
- ◄目录►
-
- 联系我们
- 资料下载
-
- 首页
-
+
+ 联系我们
+ 资料下载
+ 首页
+
-
-
安卓APP下载->系统介绍->使用手册
@@ -100,56 +81,19 @@
imaotai: imaotai,
Health: Health,
Invest: Invest,
- mobileShow: false,
- webShow: true,
- drawerVisible: false,
carouselPerPage: (Util.os.android || Util.os.iPhone|| Util.os.wechat|| Util.os.mobile|| Util.os.isapp|| Util.os.harmonyOS) ? 1 : 2
}
},
- created() {
- this.init()
- },
methods: {
onButtonClick: function (e) {
if(e=="callus"){
this.$router.push({path:'/callus'})
- }else if(e=="invest"){
- window.open("http://152.136.151.187:88/login", '_blank');
- }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:'/'})
}
},
- openMenu: function () {
- this.drawerVisible = true
- },
- gohome: function () {
- this.$router.push({path:'/'})
- },
- gocallus: function () {
- this.$router.push({path:'/callus'})
- },
- 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'})
- },
- gohealth: function () {
- window.open("http://152.136.151.187:89/#/", '_blank');
- },
- closeMenu: function () {
- this.drawerVisible = false
- },
// 授权书下载
download(type) {
@@ -188,17 +132,7 @@ download(type) {
a.click() //模拟点击a标签,会触发a标签的href的读取,浏览器就会自动下载了
a.remove() // 删除a标签(一次性的)
-},
- init: function () {
- if((Util.os.android || Util.os.iPhone|| Util.os.mobile|| Util.os.isapp|| Util.os.harmonyOS)){
- this.webShow=false
- this.mobileShow=true
- }else{
- this.webShow=true
- this.mobileShow=false
- }
-
- },
+}
}
}