- ปรับเมนู (ใหม่)

- ปรับคำสั่ง
This commit is contained in:
Warunee Tamkoo 2024-01-12 13:54:47 +07:00
parent ed7c6e9f07
commit ada9644df7
19 changed files with 448 additions and 15 deletions

View file

@ -0,0 +1,14 @@
const mainPage = () => import("@/modules/02_organizationalNew/views/main.vue");
export default [
{
path: "/registry-new",
name: "registryNew",
component: mainPage,
meta: {
Auth: true,
Key: [7],
Role: "registry",
},
},
];