bw-mini-app/src/pages/history/index.config.ts

8 lines
254 B
TypeScript

export default definePageConfig({
navigationBarTitleText: '历史记录',
navigationBarBackgroundColor: '#ea9518',
navigationBarTextStyle: 'white',
backgroundColorTop: '#ea9518',
backgroundColorBottom: '#ea9518',
backgroundColor: '#ea9518'
})