首页和地图
This commit is contained in:
15
app.json
15
app.json
@@ -1,8 +1,21 @@
|
||||
{
|
||||
"pages":[
|
||||
"pages/index/index",
|
||||
"pages/logs/logs"
|
||||
"pages/ltjm/ltjm",
|
||||
"pages/liaotian/liaotian"
|
||||
],
|
||||
"tabBar":{
|
||||
"color": "#f00",
|
||||
"selectedColor": "#0f0",
|
||||
"backgroundColor": "#fff",
|
||||
"list":[{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页"
|
||||
},{
|
||||
"pagePath": "pages/liaotian/liaotian",
|
||||
"text": "聊天"
|
||||
}]
|
||||
},
|
||||
"window":{
|
||||
"backgroundTextStyle":"light",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
|
||||
Reference in New Issue
Block a user