This commit is contained in:
2023-06-19 19:51:12 +08:00
parent 57c772a913
commit fc5d2c44ea
12 changed files with 275 additions and 59 deletions

View File

@@ -44,6 +44,17 @@ const router = createRouter({
icon: "icon-arrow-right"
}
},
{
path: "dut",
name: "dut",
component: () => import("@/views/project/dut/index.vue"),
meta: {
requiresAuth: true,
roles: ["*"],
locale: "被测件信息",
icon: "icon-arrow-right"
}
},
{
path: "designDemand",
name: "designDemand",