| | |
| | | profile: {}, |
| | | }; |
| | | }, |
| | | created() { |
| | | this.$nextTick(() => { |
| | | // 禁用右键 |
| | | document.oncontextmenu = new Function("event.returnValue=false"); |
| | | // 禁用选择 |
| | | document.onselectstart = new Function("event.returnValue=false"); |
| | | }); |
| | | }, |
| | | mounted() { |
| | | this.home = { |
| | | inactive: require(`@/assets/3x/资源 10@3x.png`), |
| | |
| | | .van-tabbar-item__icon img { |
| | | height: 56px; |
| | | width: 56px; |
| | | pointer-events: none; |
| | | } |
| | | |
| | | ::v-deep .van-tabbar-item__icon { |
| | |
| | | // } |
| | | |
| | | .tabbar-footer { |
| | | -webkit-user-select: none; /* Safari */ |
| | | -moz-user-select: none; /* Firefox */ |
| | | -ms-user-select: none; /* IE10+/Edge */ |
| | | user-select: none; /* Standard syntax */ |
| | | |
| | | position: relative; |
| | | .bgc { |
| | | position: absolute; |