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

8 lines
248 B
TypeScript

export default definePageConfig({
navigationBarTitleText: '首页',
navigationBarBackgroundColor: '#ea9518',
navigationBarTextStyle: 'white',
backgroundColorTop: '#ea9518',
backgroundColorBottom: '#ea9518',
backgroundColor: '#ea9518'
})