From ace94a31ad1215255c8d18e3a9efe9cf4955004f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=87=E5=B3=B0?= Date: Wed, 8 Apr 2026 11:08:55 +0800 Subject: [PATCH] =?UTF-8?q?windows=E4=B8=8B=E8=B7=AF=E7=94=B1=E5=B1=85?= =?UTF-8?q?=E7=84=B6=E5=A4=A7=E5=B0=8F=E5=86=99=E4=B8=8D=E6=95=8F=E6=84=9F?= =?UTF-8?q?,=E8=BF=98=E6=9C=89=E5=92=8C=E8=BF=9C=E7=A8=8B=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E5=A4=A7=E5=B0=8F=E5=86=99=E4=B8=8D=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/ops_vue_js/src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ops_vue_js/src/router/index.js b/frontend/ops_vue_js/src/router/index.js index 3cd71a2..86cc7a9 100644 --- a/frontend/ops_vue_js/src/router/index.js +++ b/frontend/ops_vue_js/src/router/index.js @@ -32,7 +32,7 @@ const router = createRouter({ { path: 'schedule', name: 'schedule', - component: () => import('@/views/ScheduleView.vue'), + component: () => import('@/views/scheduleView.vue'), }, { path: 'purchase',