From 8c2417edcb1e64867e8ab0c6c40cf8b05029aabb Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期五, 01 四月 2022 16:35:15 +0800
Subject: [PATCH] #
---
pages/index/index.vue | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index d80c20e..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'
}]
}
},
--
Gitblit v1.9.1