From 23f1bf22c42a904c05cee63e10c9fd8b60dfe8f5 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期二, 20 九月 2022 14:54:56 +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