web
7 天以前 e8acf56b807be105702321a0be2119963fa69e03
src/layout/components/Sidebar/index.vue
@@ -51,12 +51,6 @@
          :item="route"
          :base-path="route.path"
        />
      <app-link :to="'/userCenter'">
        <el-menu-item :index="'/userCenter'" >
          <svg-icon :icon-class="'PhUserCircleFill'" />
          <template #title><span class="menu-title" :title="'个人中心'">个人中心</span></template>
        </el-menu-item>
      </app-link>
      </el-menu>
    </el-scrollbar>
  </div>