From 4dc08d5c2904c2d1f0ca95f7ba41970c2a8145c0 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Fri, 27 Oct 2023 11:28:40 +0800
Subject: [PATCH] Merge branch 'master'
---
pages.json | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/pages.json b/pages.json
index 319e740..c5ca68c 100644
--- a/pages.json
+++ b/pages.json
@@ -334,6 +334,14 @@
"navigationBarTitleText": "消息详情",
"enablePullDownRefresh": false
}
+ },
+ //消息详情
+ {
+ "path": "role/index",
+ "style": {
+ "navigationBarTitleText": "切换角色",
+ "enablePullDownRefresh": false
+ }
}
]
},
@@ -375,7 +383,7 @@
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F7F7F7"
+ "backgroundColor": "#4586FE"
},
"tabBar": {
"custom": true,
--
Gitblit v1.9.3