mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-20 09:55:54 +08:00
添加部分页面
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/login/index",
|
||||
"pages/index/index",
|
||||
"pages/login/index",
|
||||
"pages/roomSystem/index",
|
||||
"pages/my/index",
|
||||
"pages/someData/index",
|
||||
"pages/aboutUs/index",
|
||||
"pages/PM2.5/index"
|
||||
"pages/PM2.5/index",
|
||||
"pages/add/index",
|
||||
"pages/4Gswitch/index",
|
||||
"pages/add4G/index",
|
||||
"pages/addWiFi/index"
|
||||
],
|
||||
"window": {
|
||||
"backgroundColor": "#F6F6F6",
|
||||
@@ -16,6 +20,9 @@
|
||||
"navigationBarTextStyle": "black"
|
||||
},
|
||||
"tabBar": {
|
||||
"selectedColor": "#0000ff",
|
||||
"color": "#000000",
|
||||
"backgroundColor": "white",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
@@ -23,6 +30,12 @@
|
||||
"iconPath": "icons/home.png",
|
||||
"selectedIconPath": "icons/home_selected.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/add/index",
|
||||
"text": "添加",
|
||||
"iconPath": "icons/add_0.png",
|
||||
"selectedIconPath": "icons/add.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/my/index",
|
||||
"text": "我的",
|
||||
|
||||
Reference in New Issue
Block a user