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)