xvying 1 год назад
Родитель
Сommit
a0d52b586e
1 измененных файлов с 1 добавлено и 1 удалено
  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"],
         },
       },