passport、applicationPassport设置为select free

This commit is contained in:
wkj 2025-05-06 17:47:29 +08:00
parent e51dca38ca
commit 11962700ff
3 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,8 @@ export const selectFreeEntities = [
'article',
'userEntityGrant',
'wechatMpJump',
'applicationPassport',
'passport'
];
// 可以自由更新的对象
export const updateFreeDict = {

View File

@ -20,6 +20,8 @@ exports.selectFreeEntities = [
'article',
'userEntityGrant',
'wechatMpJump',
'applicationPassport',
'passport'
];
// 可以自由更新的对象
exports.updateFreeDict = {

View File

@ -21,6 +21,8 @@ export const selectFreeEntities: SelectFreeEntities<EntityDict> = [
'article',
'userEntityGrant',
'wechatMpJump',
'applicationPassport',
'passport'
];
// 可以自由更新的对象