|
@@ -7,6 +7,7 @@
|
|
"path": "pages/index/index",
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
"navigationBarTitleText": "首页"
|
|
|
|
+ // "navigationStyle": "custom"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -106,79 +107,77 @@
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "通知公告"
|
|
"navigationBarTitleText": "通知公告"
|
|
}
|
|
}
|
|
- },{
|
|
|
|
|
|
+ }, {
|
|
"path": "pages/mine/change_pwd",
|
|
"path": "pages/mine/change_pwd",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "修改密码"
|
|
"navigationBarTitleText": "修改密码"
|
|
}
|
|
}
|
|
- },{
|
|
|
|
|
|
+ }, {
|
|
"path": "pages/mine/liuyan",
|
|
"path": "pages/mine/liuyan",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "留言列表"
|
|
"navigationBarTitleText": "留言列表"
|
|
}
|
|
}
|
|
- },{
|
|
|
|
|
|
+ }, {
|
|
"path": "pages/mine/shuangchuang",
|
|
"path": "pages/mine/shuangchuang",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "我的双创"
|
|
"navigationBarTitleText": "我的双创"
|
|
}
|
|
}
|
|
- },{
|
|
|
|
|
|
+ }, {
|
|
"path": "pages/mine/shuangchuang_detail",
|
|
"path": "pages/mine/shuangchuang_detail",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "双创详情"
|
|
"navigationBarTitleText": "双创详情"
|
|
}
|
|
}
|
|
|
|
+ }, {
|
|
|
|
+ "path": "pages/wenjuan/wenjuan",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|
|
- ,{
|
|
|
|
- "path" : "pages/wenjuan/wenjuan",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
|
|
+ ],
|
|
"globalStyle": {
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "智慧导师预约系统",
|
|
"navigationBarTitleText": "智慧导师预约系统",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#FFFFFF"
|
|
"backgroundColor": "#FFFFFF"
|
|
- },
|
|
|
|
- "tabBar": {
|
|
|
|
- "color": "#909399",
|
|
|
|
- "selectedColor": "#303133",
|
|
|
|
- "backgroundColor": "#FFFFFF",
|
|
|
|
- "borderStyle": "black",
|
|
|
|
- "navigationStyle": "custom",
|
|
|
|
- "list": [{
|
|
|
|
- "pagePath": "pages/index/index",
|
|
|
|
- "iconPath": "static/images/home.png",
|
|
|
|
- "selectedIconPath": "static/images/home-fill.png",
|
|
|
|
- "text": "首页"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "pagePath": "pages/scheduling/index",
|
|
|
|
- "iconPath": "static/images/scheduling.png",
|
|
|
|
- "selectedIconPath": "static/images/scheduling-fill.png",
|
|
|
|
- "text": "工作"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "pagePath": "pages/student/index_new",
|
|
|
|
- "iconPath": "static/images/student.png",
|
|
|
|
- "selectedIconPath": "static/images/student-fill.png",
|
|
|
|
- "text": "学生"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "pagePath": "pages/activity/index",
|
|
|
|
- "iconPath": "static/images/active.png",
|
|
|
|
- "selectedIconPath": "static/images/active-fill.png",
|
|
|
|
- "text": "活动"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "pagePath": "pages/mine/index",
|
|
|
|
- "iconPath": "static/images/mine.png",
|
|
|
|
- "selectedIconPath": "static/images/mine-fill.png",
|
|
|
|
- "text": "我的"
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
}
|
|
}
|
|
|
|
+ // "tabBar": {
|
|
|
|
+ // "color": "#909399",
|
|
|
|
+ // "selectedColor": "#303133",
|
|
|
|
+ // "backgroundColor": "#FFFFFF",
|
|
|
|
+ // "borderStyle": "black",
|
|
|
|
+ // "navigationStyle": "custom",
|
|
|
|
+ // "list": [{
|
|
|
|
+ // "pagePath": "pages/index/index",
|
|
|
|
+ // "iconPath": "static/images/home.png",
|
|
|
|
+ // "selectedIconPath": "static/images/home-fill.png",
|
|
|
|
+ // "text": "首页"
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // "pagePath": "pages/scheduling/index",
|
|
|
|
+ // "iconPath": "static/images/scheduling.png",
|
|
|
|
+ // "selectedIconPath": "static/images/scheduling-fill.png",
|
|
|
|
+ // "text": "工作"
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // "pagePath": "pages/student/index_new",
|
|
|
|
+ // "iconPath": "static/images/student.png",
|
|
|
|
+ // "selectedIconPath": "static/images/student-fill.png",
|
|
|
|
+ // "text": "学生"
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // "pagePath": "pages/activity/index",
|
|
|
|
+ // "iconPath": "static/images/active.png",
|
|
|
|
+ // "selectedIconPath": "static/images/active-fill.png",
|
|
|
|
+ // "text": "活动"
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // "pagePath": "pages/mine/index",
|
|
|
|
+ // "iconPath": "static/images/mine.png",
|
|
|
|
+ // "selectedIconPath": "static/images/mine-fill.png",
|
|
|
|
+ // "text": "我的"
|
|
|
|
+ // }
|
|
|
|
+ // ]
|
|
|
|
+ // }
|
|
}
|
|
}
|