- 新增文章添加/编辑页面(add.tsx) - 新增用户地址添加/编辑页面(add.tsx) - 新增经销商申请页面(add.tsx) - 添加相关配置文件(.editorconfig, .eslintrc, .gitignore)
8 lines
217 B
TypeScript
8 lines
217 B
TypeScript
export default definePageConfig({
|
|
navigationBarTitleText: '邀请统计',
|
|
navigationBarBackgroundColor: '#ffffff',
|
|
navigationBarTextStyle: 'black',
|
|
backgroundColor: '#f5f5f5',
|
|
enablePullDownRefresh: true
|
|
})
|