first commit
This commit is contained in:
28
UniAppMobile/pages.json
Normal file
28
UniAppMobile/pages.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user