Browse Source

chore: update

xiaoxian521 2 năm trước cách đây
mục cha
commit
0493c402a7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
   },