Skip to content

Commit 14633f5

Browse files
committed
fix(ui-engine-bugs)
1 parent ad7b9a3 commit 14633f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugins/materials/src/composable/useResource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const initPageOrBlock = async () => {
133133
return
134134
}
135135

136-
// url 没有 pageid 或 blockid,到当前用户创建的页面顺位第一位,如果没有则停留在全部公共页面顺位第一页或者页面首页
136+
// url 没有 pageid 或 blockid,到当前用户锁定的页面顺位第一位,如果没有则停留在全部公共页面顺位第一页或者页面首页
137137
const pageInfo = appSchemaState.pageTree.find((page) => page?.meta?.isHome) ||
138138
appSchemaState.pageTree.find((page) => {
139139
if (page.componentName === COMPONENT_NAME.Page && globalState.userInfo.id === page.meta.occupier.id) {

0 commit comments

Comments
 (0)