From 23c4c9e95706b0c1818797f95b72b97acc6cf1d3 Mon Sep 17 00:00:00 2001
From: zyh <zyh@123>
Date: 星期四, 18 十二月 2025 16:11:24 +0800
Subject: [PATCH] #添加了一个页面,在home中添加了进入这个页面的按钮,pages.json中的pages数组中注册了该页面
---
pages/home/home.vue | 43 ++++++++++++++++++++++++++++++++-----------
1 files changed, 32 insertions(+), 11 deletions(-)
diff --git a/pages/home/home.vue b/pages/home/home.vue
index ac199e1..83100e6 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -32,6 +32,13 @@
url: '/common/modeSwitch'
},
{
+ title: '鍏ュ簱',
+ name: 'sockroom',
+ color: 'cyan',
+ cuIcon: 'pullup',
+ url: '/sockroom/sockroom'
+ },
+ {
title: '鍑哄簱纭',
name: 'checkOut',
color: 'cyan',
@@ -52,20 +59,34 @@
cuIcon: 'pullup',
url: '/order/orderPakin2'
},
- {
- title: '鎵嬪姩鍏ュ簱',
- name: 'handIn',
- color: 'olive',
- cuIcon: 'pullup',
- url: '/out/handIn'
- },
// {
- // title: '缁勬墭鍏ュ簱',
- // name: 'pakin',
- // color: 'cyan',
+ // title: '鎵嬪姩鍏ュ簱',
+ // name: 'handIn',
+ // color: 'olive',
// cuIcon: 'pullup',
- // url: '/pakin/pakin'
+ // url: '/out/handIn'
// },
+ {
+ title: '鏍稿鍗曟嵁',
+ name: 'orderGift',
+ color: 'orange',
+ cuIcon: 'pullup',
+ url: '/out/orderGift'
+ },
+ {
+ title: '鏍稿',
+ name: 'orderGift2',
+ color: 'orange',
+ cuIcon: 'pullup',
+ url: '/out/orderGift2'
+ },
+ {
+ title: '缁勬墭鍏ュ簱',
+ name: 'pakin',
+ color: 'cyan',
+ cuIcon: 'pullup',
+ url: '/pakin/pakin'
+ },
// {
// title: '鍐嶆鎷f枡',
// name: 'changePallet',
--
Gitblit v1.9.1