焊接首页
This commit is contained in:
+39
@@ -20,8 +20,47 @@
|
||||
"navigationBarTitleText": "首页",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/mine/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的"
|
||||
}
|
||||
}
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
"root": "pipe",
|
||||
"pages": [
|
||||
{
|
||||
"path": "diankou/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "点口管理"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"tabBar": {
|
||||
"color": "#cbcbcb",
|
||||
"backgroundColor": "#2979ff",
|
||||
"selectedColor": "#ffffff",
|
||||
"borderStyle": "black",
|
||||
"list": [{
|
||||
"text": "首页",
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "/static/tabs/home.png",
|
||||
"selectedIconPath": "/static/tabs/home-active.png"
|
||||
},
|
||||
{
|
||||
"text": "个人中心",
|
||||
"pagePath": "pages/mine/index",
|
||||
"iconPath": "static/tabs/mine.png",
|
||||
"selectedIconPath": "static/tabs/mine-active.png"
|
||||
}
|
||||
],
|
||||
"position": "bottom"
|
||||
},
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarTitleText": "施工管理",
|
||||
|
||||
Reference in New Issue
Block a user