From c9b8b88de7f4a6ffc97c25114647dc38938ab975 Mon Sep 17 00:00:00 2001 From: yuanlei <18627959669@163.com> Date: Fri, 18 Jul 2025 18:14:32 +0800 Subject: [PATCH] 1 --- pages.json | 205 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 102 insertions(+), 103 deletions(-) diff --git a/pages.json b/pages.json index 4be6b97..c1d58f3 100644 --- a/pages.json +++ b/pages.json @@ -1,105 +1,104 @@ { - "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - // 我的 - { - "path": "pages/home/user", - "style" : { - "navigationBarTitleText": "我的", - "enablePullDownRefresh": false - } - }, - { - "path": "uni_modules/vrapile-im/pages/home/chatHome", - "style": { - "enablePullDownRefresh": false, - "navigationBarTitleText": "消息" - } - }, - { - "path": "uni_modules/vrapile-im/pages/chat/chatFriend", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "聊天" - } - } - ], - "subPackages": [ - //用户 - { - "root": "pages/user", - "pages": [ - { - "path": "login", - "style": { - "navigationBarTitleText": "登录", - "enablePullDownRefresh": false - } - }, - { - "path": "register", - "style": { - "navigationBarTitleText": "注册", - "enablePullDownRefresh": false - } - } - ] - }, - //设置 - { - "root": "pages/setting", - "pages": [ - { - "path" : "about", - "style" : { - "navigationBarTitleText": "关于", - "enablePullDownRefresh": false - } - }, - { - "path" : "contact", - "style" : { - "navigationBarTitleText": "联系我们", - "enablePullDownRefresh": false - } - }, - { - "path" : "setting", - "style" : { - "navigationBarTitleText": "设置", - "enablePullDownRefresh": false - } - } - ] - } - ], - "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "IM", - "navigationBarBackgroundColor": "#FFFFFF", - "h5": { - "titleNView": false, - "maxWidth": 1190, - "navigationBarTextStyle": "black", - "navigationBarBackgroundColor": "#FFFFFF" - }, - "backgroundColor": "#F8F8F8" - }, - "tabBar": { - "selectedColor": "#0000ff", - "list": [ - { - "pagePath": "uni_modules/vrapile-im/pages/home/chatHome", - "iconPath": "static/image/tabbar/chat.png", - "selectedIconPath": "static/image/tabbar/chat-fill.png", - "text": "消息" - }, - { - "pagePath": "pages/home/user", - "iconPath": "static/image/tabbar/user.png", - "selectedIconPath": "static/image/tabbar/user-fill.png", - "text": "我的" - } - ] - }, - "uniIdRouter": {} + "pages": [ + //用户 + { + "path": "pages/home/user", + "style": { + "navigationBarTitleText": "我的", + "enablePullDownRefresh": false + } + }, + { + "path" : "uni_modules/vrapile-im/pages/home/chatHome", + "style" : { + "navigationBarTitleText": "消息", + "enablePullDownRefresh": false + } + }, + { + "path": "uni_modules/vrapile-im/pages/chat/chatFriend", + "style": { + "navigationBarTitleText": "聊天", + "enablePullDownRefresh": false + } + } + ], + "subPackages": [ + //用户 + { + "root": "pages/user", + "pages": [ + { + "path": "login", + "style": { + "navigationBarTitleText": "登录", + "enablePullDownRefresh": false + } + }, + { + "path": "register", + "style": { + "navigationBarTitleText": "注册", + "enablePullDownRefresh": false + } + } + ] + }, + //设置 + { + "root": "pages/setting", + "pages": [ + { + "path" : "about", + "style" : { + "navigationBarTitleText": "关于", + "enablePullDownRefresh": false + } + }, + { + "path" : "contact", + "style" : { + "navigationBarTitleText": "联系我们", + "enablePullDownRefresh": false + } + }, + { + "path" : "setting", + "style" : { + "navigationBarTitleText": "设置", + "enablePullDownRefresh": false + } + } + ] + } + ], + "globalStyle": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "IM", + "navigationBarBackgroundColor": "#FFFFFF", + "h5": { + "titleNView": false, + "maxWidth": 1190, + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#FFFFFF" + }, + "backgroundColor": "#F8F8F8" + }, + "tabBar": { + "selectedColor": "#0000ff", + "list": [ + { + "pagePath": "uni_modules/vrapile-im/pages/home/chatHome", + "iconPath": "static/image/tabbar/chat.png", + "selectedIconPath": "static/image/tabbar/chat-fill.png", + "text": "消息" + }, + { + "pagePath": "pages/home/user", + "iconPath": "static/image/tabbar/user.png", + "selectedIconPath": "static/image/tabbar/user-fill.png", + "text": "我的" + } + ] + } }