From 83a303c2ad11a1b7ea1982cc873794f0d1088041 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期五, 05 七月 2024 18:59:57 +0800 Subject: [PATCH] # 登录选仓库 --- pages/home/home.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 98d627d..58d6e5b 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -50,7 +50,7 @@ name: 'orderPutOn', color: 'yellow', cuIcon: 'pullup', - url: '/order/orderPutOn' + url: '/order/orderList' }, { title: '璁㈠崟缁勬墭', @@ -156,9 +156,9 @@ } that.elements.push({ title: '閫�鍑虹櫥褰�', - name: 'logOut', + name: '', color: 'grey', - cuIcon: 'exit', + cuIcon: '', url: '/login/logOut' }) } else if (res.code === 403) { -- Gitblit v1.9.1