首页和地图

This commit is contained in:
2021-03-30 15:21:50 +08:00
parent a1e0b507a7
commit 2ce56b31fa
25 changed files with 276 additions and 117 deletions

View File

@@ -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",