chenrui  hace 1 año
padre
commit
65b1cbe21c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/router/routes/routes-file-four.ts

+ 1 - 1
src/router/routes/routes-file-four.ts

@@ -204,7 +204,7 @@ const HomeRoutes = {
     {
       path: "/systemSettings/messageTemplate",
       name: "MessageTemplate",
-      meta: { title: "消息模板" },
+      meta: { title: "消息模板", roles: ["message_template"] },
       component: () =>
         import("@/views/systemSettings/messageTemplate/index.vue"),
     },