Browse Source

chore: update

xiaoxian521 2 years ago
parent
commit
0493c402a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/modules/about.ts

+ 1 - 1
src/router/modules/about.ts

@@ -6,7 +6,7 @@ const aboutRouter = {
   component: Layout,
   redirect: "/about/index",
   meta: {
-    icon: "question-line",
+    // icon: "question-line",
     title: $t("menus.hsAbout"),
     rank: 15
   },