index.config.js
366 Bytes
/*
* @Date: 2026-02-03 21:26:43
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-02-03 21:33:27
* @FilePath: /manulife-weapp/src/pages/message/index.config.js
* @Description: 文件描述
*/
export default {
navigationBarTitleText: '我的消息',
enablePullDownRefresh: true,
backgroundColor: '#f9fafb',
navigationStyle: 'custom'
}