111
杨磊
2024-05-17 115287b451d6cb2ef3d215c1113d5e52e2f5422b
src/components/headNav/headNav.vue
@@ -3,6 +3,7 @@
    <view class="NavTop flex" :style="{ backgroundImage: 'url(' + bg + ')' }" >
      <view
        class="santiaogang"
        title="导航菜单"
        style="width: 0.34rem; height: 0.34rem; margin-right: 3rem;cursor: pointer;"
        @click="menuNav = !menuNav"
        ><img
@@ -17,7 +18,6 @@
          style="
            margin-left: 0.19rem;
            font-size: 0.24rem;
            font-family: cursive;
            font-weight: 900;
          "
        >
@@ -163,7 +163,7 @@
    bg1: {
      type: String,
      default() {
        return "@/static/image/line.png";
        return "/static/image/line.png";
      }
    },
    idIndex: {