From 1214491165103b5978d16b1fd49652d764849cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 2 Jun 2022 03:28:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/layout/components/UserInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/layout/components/UserInfo.vue b/src/views/layout/components/UserInfo.vue index 03f11301..d6d0dae5 100644 --- a/src/views/layout/components/UserInfo.vue +++ b/src/views/layout/components/UserInfo.vue @@ -230,7 +230,7 @@ export default { } if(command=='userLoginRecord'){ - window.open(prefixUrl+'/my/work/userLoginRecord') + window.open(prefixUrl+'my/work/userLoginRecord') NProgress.done() } }