提交 855181ad 编写于 作者: DCloud-yyl's avatar DCloud-yyl

ios平台放开实人认证入口

上级 13b92c5a
...@@ -657,7 +657,7 @@ ...@@ -657,7 +657,7 @@
{ {
"path": "pages/API/facial-recognition-verify/facial-recognition-verify", "path": "pages/API/facial-recognition-verify/facial-recognition-verify",
"style": { "style": {
"navigationBarTitleText": "", "navigationBarTitleText": "实人认证",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
...@@ -1273,8 +1273,7 @@ ...@@ -1273,8 +1273,7 @@
}, },
{ {
"path" : "pages/template/custom-long-list/custom-long-list", "path" : "pages/template/custom-long-list/custom-long-list",
"style" : "style" : {
{
"navigationBarTitleText" : "", "navigationBarTitleText" : "",
"enablePullDownRefresh" : false "enablePullDownRefresh" : false
} }
......
...@@ -440,15 +440,17 @@ ...@@ -440,15 +440,17 @@
}, },
] as Page[], ] as Page[],
}, },
// #ifdef APP-ANDROID // #ifdef APP
{ {
id: 'login', id: 'login',
name: '登录与认证', name: '登录与认证',
pages: [ pages: [
// #ifdef APP-ANDROID
{ {
name: '一键登录', name: '一键登录',
url: 'get-univerify-manager', url: 'get-univerify-manager',
}, },
// #endif
{ {
name: '实人认证', name: '实人认证',
url: 'facial-recognition-verify', url: 'facial-recognition-verify',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册