5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
export default definePageConfig({
|
|
navigationBarTitleText: '首页',
|
|
disableScroll: true,
|
|
})
|