first save
This commit is contained in:
72
scoring/pages.json
Normal file
72
scoring/pages.json
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "计分器"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/history-game/history-game",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "历史记录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/my/my",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "个人信息",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/single/single",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "单人-房间"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/user-detail/user-detail",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "用户信息"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/compute/compute",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"list": [
|
||||
{
|
||||
"text": "首页",
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "/static/logo.png"
|
||||
},
|
||||
{
|
||||
"text": "历史记录",
|
||||
"pagePath": "pages/history-game/history-game",
|
||||
"iconPath": "/static/logo.png"
|
||||
},
|
||||
{
|
||||
"text": "个人信息",
|
||||
"pagePath": "pages/my/my",
|
||||
"iconPath": "/static/logo.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"uniIdRouter": {}
|
||||
}
|
||||
Reference in New Issue
Block a user