From 3cfc91d7824f4ee0f0bf61a52a82a56c6888c0c2 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 08 一月 2024 13:42:38 +0800
Subject: [PATCH] #

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

diff --git a/pages/home/home.vue b/pages/home/home.vue
index e502616..9042145 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -142,7 +142,15 @@
 					method: 'POST',
 					success(res) {
 						res = res.data
-						that.elements = []
+						that.elements = [
+							{
+								title: '缁勪欢鐗╂枡',
+								name: 'moduleMat',
+								color: 'green',
+								cuIcon: 'order',
+								url: '/mat/moduleMat'
+							},
+						]
 						if (res.code === 200) {
 							if (res.data == undefined || res.data == null || res.data == "") {
 								that.elements = that.elements2

--
Gitblit v1.9.1