From 7890d895bd543436d44ff66c88c356977675e758 Mon Sep 17 00:00:00 2001 From: li-guang <153605324@qq.com> Date: Tue, 29 Dec 2020 18:26:42 +0800 Subject: [PATCH] 忘记密码 --- hive-app/pages.json | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+), 0 deletions(-) diff --git a/hive-app/pages.json b/hive-app/pages.json index 66bff4a..8322b98 100644 --- a/hive-app/pages.json +++ b/hive-app/pages.json @@ -464,6 +464,57 @@ "scrollIndicator": "none" } } + }, + { + "path": "pages/workbench/followRecords", + "style": { + "navigationBarTitleText": "跟进记录", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none", + "titleNView": { + "buttons": [ + { + "text": "\ue620", + "fontSrc": "/static/iconfont/iconfont.ttf", + "fontSize": "16px", + "width":"25px", + "float":"right" + }, + { + "text": "\ue75e", + "fontSrc": "/static/iconfont/iconfont.ttf", + "fontSize": "16px", + "width":"25px", + "float":"right" + } + ] + } + } + } + }, + { + "path": "pages/login/forgetPassword", + "style": { + "navigationBarTitleText": "忘记密码", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, + { + "path": "pages/login/newPassword", + "style": { + "navigationBarTitleText": "输入新密码", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } } ], "globalStyle": { -- Gitblit v1.9.1