From b453a2d09bbe64d130f70e310af160af661c9140 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期一, 24 四月 2023 08:22:26 +0800 Subject: [PATCH] # --- pages/home/home.vue | 64 ++++++------------------------- 1 files changed, 13 insertions(+), 51 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 359a74d..532d678 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -18,67 +18,29 @@ export default { data() { return { - elements: [{ + elements: [ + { title: '缁勬墭鍏ュ簱', name: 'pakin', color: 'purple', - cuIcon: 'vipcard', + cuIcon: 'list', url: '/pakin/pakin' }, { - title: '瀵艰埅鏍� ', - name: 'nav', - color: 'mauve', - cuIcon: 'formfill' + title: '璁㈠崟鍏ュ簱', + name: 'orderPakin', + color: 'purple', + cuIcon: 'list', + url: '/pakin/orderPakin' }, { - title: '鍒楄〃', - name: 'list', - color: 'pink', - cuIcon: 'list' - }, - { - title: '鍗$墖', - name: 'card', - color: 'brown', - cuIcon: 'newsfill' - }, - { - title: '琛ㄥ崟', - name: 'form', - color: 'red', - cuIcon: 'formfill' - }, - { - title: '鏃堕棿杞�', - name: 'timeline', - color: 'orange', - cuIcon: 'timefill' - }, - { - title: '鑱婂ぉ', - name: 'chat', - color: 'green', - cuIcon: 'messagefill' - }, - { - title: '杞挱', - name: 'swiper', - color: 'olive', - cuIcon: 'album' - }, - { - title: '妯℃�佹', - name: 'modal', + title: '閫�鍑虹櫥褰�', + name: 'logOut', color: 'grey', - cuIcon: 'squarecheckfill' + cuIcon: 'exit', + url: '/login/logOut' }, - { - title: '姝ラ鏉�', - name: 'steps', - color: 'cyan', - cuIcon: 'roundcheckfill' - } + ], }; } -- Gitblit v1.9.1