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, 4 insertions(+), 4 deletions(-) diff --git a/src/router/route.ts b/src/router/route.ts index b45a04a..a94fd34 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -129,11 +129,11 @@ } }, { - path: '/workReservation', - name: 'workReservation', - component: () => import('/@/views/specialWorkSystem/workPlan/workReservation/index.vue'), + path: '/material', + name: 'material', + component: () => import('/@/views/specialWorkSystem/foundationSet/material/index.vue'), meta: { - title: '作业预约' + title: '作业物资' } } ]; -- Gitblit v1.9.2