提交 cf7a021e 编写于 作者: A Anne_LXM

修复realname-verify页面路径找不到

上级 c30f61ca
...@@ -104,14 +104,7 @@ ...@@ -104,14 +104,7 @@
} }
} }
// #endif // #endif
,{ ],
"path": "uni_modules/uni-id-pages/pages/userinfo/realname-verify/realname-verify",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "实名认证"
}
}
],
"subPackages": [{ "subPackages": [{
"root": "uni_modules/uni-feedback", "root": "uni_modules/uni-feedback",
"pages": [{ "pages": [{
...@@ -124,12 +117,20 @@ ...@@ -124,12 +117,20 @@
}, },
{ {
"root": "uni_modules/uni-id-pages/pages", "root": "uni_modules/uni-id-pages/pages",
"pages": [{ "pages": [
{
"path": "userinfo/userinfo", "path": "userinfo/userinfo",
"style": { "style": {
"navigationBarTitleText": "个人资料" "navigationBarTitleText": "个人资料"
} }
}, },
{
"path": "userinfo/realname-verify/realname-verify",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "实名认证"
}
},
{ {
"path": "login/login-withoutpwd" "path": "login/login-withoutpwd"
}, },
...@@ -268,4 +269,4 @@ ...@@ -268,4 +269,4 @@
], ],
"resToLogin": true "resToLogin": true
} }
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册