Browse Source

fix: 将数据概览菜单rank改为0,使其排在侧边栏第一位

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
skyline 2 weeks ago
parent
commit
01de976b41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      haha-admin-web/src/router/modules/dashboard.ts

+ 1 - 1
haha-admin-web/src/router/modules/dashboard.ts

@@ -12,7 +12,7 @@ export default {
       meta: {
         icon: "ri:dashboard-line",
         title: "数据概览",
-        rank: 1,
+        rank: 0,
         roles: ["admin", "operator", "viewer"]
       }
     }