We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7b9a3 commit 14633f5Copy full SHA for 14633f5
1 file changed
packages/plugins/materials/src/composable/useResource.ts
@@ -133,7 +133,7 @@ const initPageOrBlock = async () => {
133
return
134
}
135
136
- // url 没有 pageid 或 blockid,到当前用户创建的页面顺位第一位,如果没有则停留在全部公共页面顺位第一页或者页面首页
+ // url 没有 pageid 或 blockid,到当前用户锁定的页面顺位第一位,如果没有则停留在全部公共页面顺位第一页或者页面首页
137
const pageInfo = appSchemaState.pageTree.find((page) => page?.meta?.isHome) ||
138
appSchemaState.pageTree.find((page) => {
139
if (page.componentName === COMPONENT_NAME.Page && globalState.userInfo.id === page.meta.occupier.id) {
0 commit comments