jwyu 2 years ago
parent
commit
80f158046d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layout/component/Aside.vue

+ 1 - 1
src/layout/component/Aside.vue

@@ -51,7 +51,7 @@ const menuList = reactive([
     children: null,
   },
   {
-    MenuId: 6,
+    MenuId: 7,
     name: "语音播报",
     path: "/voice/list",
     icon_path: new URL('../../assets/leftNav/voice-s.png', import.meta.url).href,