| | |
| | | name: 'profile', |
| | | }" |
| | | > |
| | | <span>{{ $t("Profile") }}</span> |
| | | <span>{{ $t("我的") }}</span> |
| | | <template #icon="props"> |
| | | <img |
| | | :src="props.active ? profile.active : profile.inactive" |
| | |
| | | profile: {}, |
| | | }; |
| | | }, |
| | | created() { |
| | | this.$nextTick(() => { |
| | | // 禁用右键 |
| | | document.oncontextmenu = new Function("event.returnValue=false"); |
| | | // 禁用选择 |
| | | document.onselectstart = new Function("event.returnValue=false"); |
| | | }); |
| | | }, |
| | | mounted() { |
| | | this.home = { |
| | | active: require(`@/assets/3x/资源 10@3x.png`), |
| | | inactive: require(`@/assets/3x/names1.png`), |
| | | inactive: require(`@/assets/3x/资源 10@3x.png`), |
| | | active: require(`@/assets/3x/names1.png`), |
| | | }; |
| | | this.qoutes = { |
| | | active: require(`@/assets/3x/asda.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; |