登录,设置密码,修改密码,我的,首页,会议列表(接口逻辑已写,差加密文件的完善,代联调)
This commit is contained in:
@@ -1,40 +1,29 @@
|
||||
{
|
||||
"pages":[
|
||||
"pages/notice/notice",
|
||||
"pages/project/project",
|
||||
"pages/meeting/meeting",
|
||||
"pages/login/login",
|
||||
"pages/home/home",
|
||||
"pages/mine/mine",
|
||||
"pages/index/index",
|
||||
"pages/logs/logs"
|
||||
"pages/logs/logs",
|
||||
"pages/setPassword/setPassword"
|
||||
],
|
||||
"window":{
|
||||
"backgroundTextStyle":"light",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"navigationBarTitleText": "Weixin",
|
||||
"navigationBarTitleText": "",
|
||||
"navigationBarTextStyle":"black"
|
||||
},
|
||||
"tabBar": {
|
||||
"selectedColor": "#08A09A",
|
||||
"color": "#999",
|
||||
"backgroundColor": "#fff",
|
||||
"list": [
|
||||
"borderStyle": "white",
|
||||
"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/home/home",
|
||||
"iconPath": "./assets/images/home.png",
|
||||
"selectedIconPath": "./assets/images/home-active.png"
|
||||
},
|
||||
{
|
||||
"text": "我的",
|
||||
|
||||
Reference in New Issue
Block a user