From 190dfafb273a7da556e7c9d80518175c33b89185 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 29 五月 2025 09:46:01 +0800
Subject: [PATCH] 添加主页菜单
---
pages.json | 2 +-
pages/sys/home/index.vue | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletions(-)
diff --git a/pages.json b/pages.json
index 785099e..5232a5f 100644
--- a/pages.json
+++ b/pages.json
@@ -789,7 +789,7 @@
"pagePath": "pages/sys/home/index",
"iconPath": "static/custom/tabbar/home_1.png",
"selectedIconPath": "static/custom/tabbar/home_2.png",
- "text": "涓婚〉"
+ "text": "宸ヤ綔鍙�"
},
{
"pagePath": "pages/sys/user/index",
diff --git a/pages/sys/home/index.vue b/pages/sys/home/index.vue
index 114f6a3..e2ef1b5 100644
--- a/pages/sys/home/index.vue
+++ b/pages/sys/home/index.vue
@@ -41,6 +41,16 @@
url: '/',
icon: 'feeding'
},
+ {
+ name: '杞﹂棿璁㈠崟涓嬪彂',
+ url: '/',
+ icon: 'feeding'
+ },
+ {
+ name: '杞﹂棿鍙栨秷涓嬪彂',
+ url: '/',
+ icon: 'feeding'
+ },
]
},
{
@@ -59,6 +69,16 @@
{
name: '鏍哥褰曞叆',
url: '/pages/wareHouse/packing/registration',
+ icon: 'feeding'
+ },
+ {
+ name: '搴撳瓨浠剁洏鐐�',
+ url: '/pages/wareHouse/inventory/index',
+ icon: 'feeding'
+ },
+ {
+ name: '瀵间綋澶囪揣鐩樼偣',
+ url: '/pages/wareHouse/inventory/index',
icon: 'feeding'
},
]
@@ -98,6 +118,7 @@
.wrap {
height: calc(100vh - 200rpx);
background: linear-gradient(to bottom, #e5f0ff, #f6f9ff);
+ overflow-y: auto;
}
.work-stage-title {
--
Gitblit v1.9.3