From 000a59c7e4382198374485d55411aac357cb8b67 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期二, 20 九月 2022 16:17: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