From b905eba004b7ee736b43e29901b04fb0654f00ea Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Wed, 18 Sep 2024 14:00:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Error/src/Error.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/Error/src/Error.vue b/src/components/Error/src/Error.vue index eaffb2d05..3fd7a1767 100644 --- a/src/components/Error/src/Error.vue +++ b/src/components/Error/src/Error.vue @@ -43,17 +43,13 @@ const emit = defineEmits(['errorClick']) const btnClick = () => { emit('errorClick', props.type) } -const openClick = ()=>{ - const url = 'http://172.21.32.31:8080/bi/Viwwer?proc=1&action=viewer&hback=true&db=!6210!!90fd!!6d77!!62c9!!62a5!!8868!!2f!!5236!!54c1!!5b50!!4ef6!!62a5!!5e9f!!8bb0!!5f55!.db&platform=PC&browserType=chrome&dbTabVisible=false&dbTabIndex=1&au_act=login&adminv=CC_WMS&passv=123' - window.open(url) -}