From f727efbdcd149f4804963f945203175e8cedaa3f Mon Sep 17 00:00:00 2001 From: guoyue Date: Sat, 8 Oct 2022 14:58:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B6=E9=83=A8=E5=AF=BC=E8=88=AA=E9=99=A4?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=E8=AE=BE=E6=96=BD=E5=A4=96=EF=BC=8C=E7=A6=81?= =?UTF-8?q?=E6=AD=A2=E5=88=87=E6=8D=A2=E4=B8=94=E6=8F=90=E7=A4=BA=E6=AD=A3?= =?UTF-8?q?=E5=9C=A8=E5=BB=BA=E8=AE=BE=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/components/header.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/front/src/views/home/components/header.vue b/front/src/views/home/components/header.vue index ada50a51..6fcc8839 100644 --- a/front/src/views/home/components/header.vue +++ b/front/src/views/home/components/header.vue @@ -132,6 +132,7 @@ import Cookies from 'js-cookie' import mybus from '@/myplugins/mybus' import { DETAIL_PAGE_CONTENT_DEFAULT_TAB } from '@/global/GlobalConfig.js' + import { message } from 'ant-design-vue' const store = useStore() const router = useRouter() @@ -181,6 +182,9 @@ } // 跳转页面 const jumpPage = (item) => { + if(item.name !== '能力集市') { + return message.warn('正在建设中!') + } // console.log(item) select.value = item.key switch (item.name) {