index.config.js 384 Bytes
/*
 * @Date: 2026-01-30 15:21:50
 * @LastEditors: hookehuyr hookehuyr@gmail.com
 * @LastEditTime: 2026-01-31 16:37:22
 * @FilePath: /manulife-weapp/src/pages/material-list/index.config.js
 * @Description: 资料列表页面配置
 */
export default {
  navigationBarTitleText: '资料列表',
  enablePullDownRefresh: true,
  backgroundColor: '#F9FAFB',
  navigationStyle: 'custom'
}