UNPKG
egg-qywx-login
Version:
latest (1.0.0)
1.0.0
企业微信扫码登陆 Egg 插件
github.com/chf007/egg-qywx-login
chf007/egg-qywx-login
egg-qywx-login
/
config
/
config.default.js
14 lines
(12 loc)
•
240 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
'use strict'
;
exports
[
'qywx-login'
] = {
loginPath
:
'/login'
,
logoutPath
:
'/logout'
,
loginSuccPath
:
'/'
,
loginFailPath
:
''
,
noRedirectPath
:
'/api/'
,
ignore
: [],
returnDomainName
:
''
,
bdDepartmentId
:
1
,
adminIdList
: [], };