huzheng12
2024-05-06 3ed2cb78a690b64c3b2646d35e1500081186dfa3
src/components/footer/index.vue
@@ -113,6 +113,14 @@
      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`),
@@ -159,6 +167,7 @@
.van-tabbar-item__icon img {
  height: 56px;
  width: 56px;
  pointer-events: none;
}
::v-deep .van-tabbar-item__icon {
@@ -190,6 +199,11 @@
// }
.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;