Browse Source

setting——1

xvying 1 năm trước cách đây
mục cha
commit
a0d52b586e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -469,7 +469,7 @@ export const asyncRoutes = [
         component: () => import("@/views/setting/index"),
         meta: {
           title: "配置管理",
-          icon: "setting",
+          icon: "config",
           roles: ["Super admin", "Admin"],
         },
       },