Files
template-10579/src/credit/creditMpCustomer/index.config.ts
赵忠林 694efb77ec feat(pages): 添加新页面组件
- 创建了 add.config.ts 配置文件
- 实现了 add.tsx 页面组件
- 添加了 index.config.ts 配置文件
- 创建了 index.tsx 页面组件
2026-03-16 21:53:20 +08:00

5 lines
125 B
TypeScript

export default definePageConfig({
navigationBarTitleText: '小程序端客户管理',
navigationBarTextStyle: 'black'
})