From b3f28f51ef169d246f42fd4fa4656cff2bcfe05d Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期五, 06 二月 2026 16:06:12 +0800
Subject: [PATCH] 完善组盘/换盘/拆盘接口及机器人业务流程
---
Code/WCS/WIDESEAWCS_Client/src/router/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Client/src/router/index.js b/Code/WCS/WIDESEAWCS_Client/src/router/index.js
index 5445816..aefabd6 100644
--- a/Code/WCS/WIDESEAWCS_Client/src/router/index.js
+++ b/Code/WCS/WIDESEAWCS_Client/src/router/index.js
@@ -7,7 +7,7 @@
{
path: '/',
name: 'Index',
- component: () => import('@/views/Index'),
+ component: () => import('@/views/Index.vue'),
redirect: '/home',
children: [
...viewgird,
--
Gitblit v1.9.3