| | |
| | | align-items: center; |
| | | justify-content: center; */ |
| | | width: 100vw; |
| | | height: 100vh; |
| | | min-height: 100vh; |
| | | background: #EAEAEA; |
| | | padding: 1rpx 0rpx; |
| | | } |
| | |
| | | border-radius: 12rpx; |
| | | margin: 30rpx; |
| | | padding: 10rpx; |
| | | background: #FFFFFF; |
| | | background: #FFFFFF; |
| | | } |
| | | .areaList{ |
| | | padding: 0; |
| | |
| | | list-style: none; |
| | | /* width: 120rpx; */ |
| | | display: inline-block; |
| | | padding: 30rpx 16rpx 16rpx 20rpx; |
| | | padding: 30rpx 10rpx 16rpx 10rpx; |
| | | text-align: center; |
| | | font-size: 14px; |
| | | width: 100px; |
| | | vertical-align: text-top; |
| | | } |
| | | .logo { |
| | | height: 120rpx; |
| | |
| | | this.data = this.$store.state.areaFunc.data; |
| | | else |
| | | this.$store.dispatch('areaFunc',{}).then(success=>{ |
| | | console.log(success); |
| | | // console.log(success); |
| | | if (success.code=='00000' || success.err_code == 0) { |
| | | this.data = success.data; |
| | | if(success.err_code!=undefined){ //判断是否是Mobox3 |
| | | |
| | | success.result.forEach(async (area,index) => { |
| | | if(area.client_type==2){ //判断类型是否是PDA类型 |
| | | await this.GetFuncTree(index,area); |
| | |
| | | url:'../modal/3200?param='+param+"&titlename="+appName |
| | | }); |
| | | } |
| | | } else if(defCode == '3201'){ |
| | | if(this.$store.state.OIMoboxSAPI){ //Mobox3 |
| | | uni.navigateTo({ |
| | | url:'../modal/3201?param='+param+"&titlename="+appName |
| | | }); |
| | | } |
| | | } else if(defCode == '5600'){ //码盘 |
| | | if(this.$store.state.OIMoboxSAPI){ //Mobox3 |
| | | uni.navigateTo({ |