initital commit
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"pages":[
|
||||
"pages/notice/notice",
|
||||
"pages/project/project",
|
||||
"pages/meeting/meeting",
|
||||
"pages/mine/mine",
|
||||
"pages/index/index",
|
||||
"pages/logs/logs"
|
||||
],
|
||||
"window":{
|
||||
"backgroundTextStyle":"light",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"navigationBarTitleText": "Weixin",
|
||||
"navigationBarTextStyle":"black"
|
||||
},
|
||||
"tabBar": {
|
||||
"selectedColor": "#08A09A",
|
||||
"color": "#999",
|
||||
"backgroundColor": "#fff",
|
||||
"list": [
|
||||
{
|
||||
"text": "消息",
|
||||
"pagePath": "pages/notice/notice",
|
||||
"iconPath": "./assets/images/notice.png",
|
||||
"selectedIconPath": "./assets/images/notice-active.png"
|
||||
},
|
||||
{
|
||||
"text": "项目",
|
||||
"pagePath": "pages/project/project",
|
||||
"iconPath": "./assets/images/project.png",
|
||||
"selectedIconPath": "./assets/images/project-active.png"
|
||||
},
|
||||
{
|
||||
"text": "会议",
|
||||
"pagePath": "pages/meeting/meeting",
|
||||
"iconPath": "./assets/images/meeting.png",
|
||||
"selectedIconPath": "./assets/images/meeting-active.png"
|
||||
},
|
||||
{
|
||||
"text": "我的",
|
||||
"pagePath": "pages/mine/mine",
|
||||
"iconPath": "./assets/images/mine.png",
|
||||
"selectedIconPath": "./assets/images/mine-active.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"style": "v2",
|
||||
"sitemapLocation": "sitemap.json"
|
||||
}
|
||||
Reference in New Issue
Block a user