From 691e06e41ffb2dbb7863c5af6414b805df13542c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=88=90=E5=BC=BA?= Date: Thu, 19 Nov 2020 11:30:03 +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/utils/permission.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/permission.js b/src/utils/permission.js index 975640c..9463dd0 100644 --- a/src/utils/permission.js +++ b/src/utils/permission.js @@ -38,6 +38,7 @@ function handleGetDingtalkCode () { }) } router.beforeEach(async (to, from, next) => { + console.log('dd: ', dd) if (!store.getters.userInfo.userNo && !dd.other) { let res = await handleGetDingtalkCode() console.log('res: ', res)