From ffece4dfd172247c1f61fe7154619bf72a43e219 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期二, 02 十二月 2025 15:46:10 +0800
Subject: [PATCH] #

---
 pages/index/index.vue |   94 +++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 78 insertions(+), 16 deletions(-)

diff --git a/pages/index/index.vue b/pages/index/index.vue
index 4c9cc5e..de416dd 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -6,12 +6,13 @@
 					<image class="img-logo flex solid-bottom " src="../../static/zoneyung.png" mode="widthFix"></image>
 				</view>
 			</view> -->
-			<view class="nav-list" >
-				<navigator hover-class="none" :url="'/pages/basics/' + item.name" class="nav-li" navigateTo :class="'bg-'+item.color"
-				 :style="[{animation: 'show ' + ((index+1)*0.2+1) + 's 1'}]" v-for="(item,index) in elements" :key="index" @click="checked()">
-				<view class="nav-title">{{item.title}}</view>
-				<view class="nav-name">{{item.name}}</view>
-				<text :class="'cuIcon-' + item.cuIcon"></text>
+			<view class="nav-list">
+				<navigator hover-class="none" :url="'/pages' + item.name" class="nav-li" navigateTo
+					:class="'bg-'+item.color" :style="[{animation: 'show ' + ((index+1)*0.2+1) + 's 1'}]"
+					v-for="(item,index) in elements" :key="index" @click="checked()">
+					<view class="nav-title">{{item.title}}</view>
+					<view class="nav-name">{{item.name}}</view>
+					<text :class="'cuIcon-' + item.cuIcon"></text>
 				</navigator>
 			</view>
 		</scroll-view>
@@ -22,7 +23,7 @@
 	export default {
 		data() {
 			return {
-				elements:[
+				elements: [
 					// {
 					// 	title: '涓婃灦绠$悊',
 					// 	name: 'putOnSale',
@@ -36,16 +37,76 @@
 					// 	cuIcon: 'copy'
 					// },
 					{
+						title: '鎵爜缁勬墭',
+						name: '/basics/codePakin',
+						color: 'blue',
+						cuIcon: 'copy'
+					},
+					{
 						title: '缁勬墭鍏ュ簱',
-						name: 'pakin',
+						name: '/basics/pakin',
 						color: 'blue',
 						cuIcon: 'copy'
 					},
 					{
 						title: '璁㈠崟缁勬墭',
-						name: 'order',
+						name: '/basics/order',
 						color: 'blue',
 						cuIcon: 'goods'
+					},
+					{
+						title: '缂撳瓨搴撳瓨鏌ヨ',
+						name: '/agv/inventoryView',
+						color: 'blue',
+						cuIcon: 'copy'
+					},
+					{
+						title: 'AGV搴撲綅绉诲姩',
+						name: '/agv/locMove',
+						color: 'blue',
+						cuIcon: 'copy'
+					},
+					{
+						title: 'AGV鍑哄簱',
+						name: '/agv/out',
+						color: 'blue',
+						cuIcon: 'copy'
+					},
+					{
+						title: 'AGV鍏ュ簱',
+						name: '/agv/in',
+						color: 'blue',
+						cuIcon: 'copy'
+					},
+					{
+						title: 'AGV绌烘澘鍏ュ簱',
+						name: '/agv/emptyIn',
+						color: 'blue',
+						cuIcon: 'copy'
+					},
+					{
+						title: 'AGV绌烘澘鍑哄簱',
+						name: '/agv/emptyOut',
+						color: 'blue',
+						cuIcon: 'copy'
+					},
+					{
+						title: 'AGV鍐嶅叆搴�',
+						name: '/agv/againIn',
+						color: 'blue',
+						cuIcon: 'copy'
+					},
+					{
+						title: 'AGV瀹瑰櫒缁戝畾',
+						name: '/agv/bind',
+						color: 'blue',
+						cuIcon: 'copy'
+					},
+					{
+						title: 'AGV瀹瑰櫒瑙g粦',
+						name: '/agv/unBind',
+						color: 'blue',
+						cuIcon: 'copy'
 					},
 					// {
 					// 	title: '鍚姩鍏ュ簱',
@@ -65,7 +126,7 @@
 					// 	color: 'blue',
 					// 	cuIcon: 'searchlist'
 					// },
-					
+
 					// {
 					// 	title: '鍗曟嵁鍑哄簱',
 					// 	name: 'orderOut',
@@ -79,7 +140,7 @@
 					// 	cuIcon: 'video'
 					// },
 					// {
-					// 	title: '鍟嗗搧鍏ュ簱',
+					// 	title: '鐩樼偣鍏ュ簱',
 					// 	name: 'pakStore',
 					// 	color: 'blue',
 					// 	cuIcon: 'video'
@@ -108,15 +169,15 @@
 						color: 'grey',
 						cuIcon: 'exit'
 					},
-					
-					]
+
+				]
 			}
 		},
 		onLoad() {
 
 		},
 		methods: {
-			changeImg(){
+			changeImg() {
 				console.log(1)
 			},
 			checked() {
@@ -129,11 +190,12 @@
 <style>
 	@import "../../colorui/main.css";
 	@import "../../colorui/icon.css";
-	
+
 	.custom-position {
 		margin: 10rpx 10rpx 50rpx 0rpx;
 	}
+
 	.img-logo {
 		width: 150rpx;
 	}
-</style>
+</style>
\ No newline at end of file

--
Gitblit v1.9.1