Skip to content

Commit

Permalink
Update page.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
baozhoutao committed Apr 10, 2022
1 parent dadf046 commit 5e7e52c
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/pages/docs/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ mobile: true
app: null
profile: null
recordType: null
desktop: contract-list-desktop
mobile: contract-list
page: `page_id`
desktop: true
mobile: true
```
#### 设置为App默认页面
Expand All @@ -66,8 +67,9 @@ mobile: contract-list
app: contract
profile: null
recordType: null
desktop: contract-list-desktop
mobile: contract-list
page: `page_id`
desktop: true
mobile: true
```
#### 设置为简档用户默认页面
Expand All @@ -76,8 +78,9 @@ mobile: contract-list
app: contract
profile: user
recordType: null
desktop: contract-list-desktop
mobile: contract-list
page: `page_id`
desktop: true
mobile: true
```
## 微页面元数据
Expand Down

0 comments on commit 5e7e52c

Please sign in to comment.