From 6b2b5c5cef60900242f57a692ed773e05c6f1d93 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期二, 23 九月 2025 17:17:16 +0800
Subject: [PATCH] 添加AGV呼叫

---
 pages/home/home.vue |   27 +++++++++++++++++----------
 1 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/pages/home/home.vue b/pages/home/home.vue
index ca83f2e..ebc5de7 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -24,13 +24,13 @@
 				icon: '',
 				elements: [],
 				elements2: [
-					{
-						title: '缁勬墭',
-						name: 'pakin',
-						color: 'cyan',
-						cuIcon: 'pullup',
-						url: '/pakin/pakin'
-					},
+					// {
+					// 	title: '缁勬墭',
+					// 	name: 'pakin',
+					// 	color: 'cyan',
+					// 	cuIcon: 'pullup',
+					// 	url: '/pakin/pakin'
+					// },
 					// {
 					// 	title: '璁㈠崟鍏ュ簱',
 					// 	name: 'orderPakin',
@@ -69,12 +69,19 @@
 					},
 					{
 						title: '鍛煎彨Agv',
-						name: 'AGVStart',
+						name: 'AGVMoveCall',
 						color: 'green',
-						cuIcon: 'order',
-						url: '/AGV/AGVStart'
+						cuIcon: 'pullup',
+						url: '/AGV/AGVMoveCall'
 					},
 					// {
+					// 	title: '鍛煎彨Agv',
+					// 	name: 'AGVStart',
+					// 	color: 'green',
+					// 	cuIcon: 'order',
+					// 	url: '/AGV/AGVStart'
+					// },
+					// {
 					// 	title: 'Agv鍌ㄤ綅瑙g粦',
 					// 	name: 'AGVUnbind',
 					// 	color: 'orange',

--
Gitblit v1.9.1