8 lines
177 B
TypeScript
8 lines
177 B
TypeScript
export default definePageConfig({
|
|
navigationBarTitleText: '首页',
|
|
navigationStyle: 'custom',
|
|
navigationBarBackgroundColor: '#FAFAFA',
|
|
enableShareAppMessage: true,
|
|
})
|
|
|