loulijun2021
2023-01-05 6bd005efa5bb1b9aa0bbb312378d57440c29366c
src/layout/components/Navbar.vue
@@ -11,7 +11,6 @@
        class="hamburger-container"
        @toggleClick="toggleSideBar"
      />
      <breadcrumb
        class="breadcrumb-container"
        :style="{marginLeft:$store.state.settings.menuIsHorizontal?'20px':''}"
@@ -203,7 +202,7 @@
      return path
    },
    variables() {
      console.log(variables, 2333)
      // console.log(variables, 2333)
      // 先输出这个variables值  然后修改其属性值
      variables.menuActiveText = this.$store.state.settings.theme
      // background: rgb(48, 65, 86);