feat(pages): 添加新页面组件

- 创建了 add.config.ts 配置文件
- 实现了 add.tsx 页面组件
- 添加了 index.config.ts 配置文件
- 创建了 index.tsx 页面组件
This commit is contained in:
2026-03-16 21:53:20 +08:00
parent 338edaac13
commit 694efb77ec
4 changed files with 170 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
export default definePageConfig({
navigationBarTitleText: '小程序端客户管理',
navigationBarTextStyle: 'black'
})