From f3a13fc1e0acdb6bc2dd052eb17c376eba3ee8ac Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期三, 21 九月 2022 14:23:14 +0800 Subject: [PATCH] Default Changelist --- src/router/route.ts | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/router/route.ts b/src/router/route.ts index f88647d..a94fd34 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -127,5 +127,13 @@ meta: { title: 'spi报告详情' } + }, + { + path: '/material', + name: 'material', + component: () => import('/@/views/specialWorkSystem/foundationSet/material/index.vue'), + meta: { + title: '作业物资' + } } ]; -- Gitblit v1.9.2