Files
ScanCodeLogin/UniAppMobile/pages.json
2024-09-27 01:09:14 +08:00

29 lines
685 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "移动端扫码登录"
}
},
{
"path" : "pages/login/login",
"style" : {
"navigationBarTitleText": "确认登录"
}
}
,{
"path" : "pages/authorization/authorization",
"style" : {
"navigationBarTitleText": "移动端授权登录"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}