7 lines
188 B
TypeScript
7 lines
188 B
TypeScript
export default definePageConfig({
|
|
// navigationBarTitleText: "NTRP 评测",
|
|
// navigationBarBackgroundColor: '#FAFAFA',
|
|
navigationStyle: 'custom',
|
|
enableShareAppMessage: true,
|
|
});
|