From 972b300a12c7d671ac28490693d3affaa1c04f47 Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期五, 01 四月 2022 17:09:23 +0800
Subject: [PATCH] #

---
 pages/index/index.vue |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/pages/index/index.vue b/pages/index/index.vue
index 947f698..89d46ed 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -64,6 +64,18 @@
 						name: 'logOut',
 						color: 'grey',
 						cuIcon: 'exit'
+					},
+					{
+						title: 'demo',
+						name: 'demo',
+						color: 'red',
+						cuIcon: 'exit'
+					},
+					{
+						title: 'baidu',
+						name: 'baidu',
+						color: 'red',
+						cuIcon: 'exit'
 					}]
 			}
 		},
@@ -85,7 +97,4 @@
 	.img-logo {
 		width: 150rpx;
 	}
-
-	
-	
 </style>

--
Gitblit v1.9.1