From 940966019f1d6bee6ea97af4c0373dbb25992098 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期四, 18 十二月 2025 11:43:21 +0800
Subject: [PATCH] #添加了一个页面,在home中添加了进入这个页面的按钮,pages.json中的pages数组中注册了该页面
---
pages/home/home.vue | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/pages/home/home.vue b/pages/home/home.vue
index ea6fad8..8d42ed2 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',
--
Gitblit v1.9.1