123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- {
- "pages": [
- {
- "path" : "pages/home/home",
- "style" :
- {
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/my/my",
- "style" :
- {
- "navigationBarTitleText": "个人中心",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/teacher/teacher",
- "style" :
- {
- "navigationBarTitleText": "找老师",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 150
- }
-
- }
- ,{
- "path" : "pages/student/student",
- "style" :
- {
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/message/message",
- "style" :
- {
- // "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "subPackages": [
- {
- "root": "subpkg",
- "pages": [
-
- {
- "path" : "user_detail/user_detail",
- "style" :
- {
- "navigationBarTitleText": "编辑账号",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "add_stu_require/add_stu_require",
- "style" :
- {
- "navigationBarTitleText": "新增学员需求",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "search/search",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "teacher_authorize/teacher_authorize",
- "style" :
- {
- "navigationBarTitleText": "老师认证",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "course_publish/course_publish",
- "style" :
- {
- "navigationBarTitleText": "课程发布",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "add_course/add_course",
- "style" :
- {
- "navigationBarTitleText": "新增课程",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "teacher_detail/teacher_detail",
- "style" :
- {
- "navigationBarTitleText": "老师详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "my_invite/my_invite",
- "style" :
- {
- "navigationBarTitleText": "我发出的邀请",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "student_require/student_require",
- "style" :
- {
- "navigationBarTitleText": "我发布的学员需求",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none"
- }
- }
-
- }
- ,{
- "path" : "stu_require_detail/stu_require_detail",
- "style" :
- {
- "navigationBarTitleText": "我的需求详情",
- "enablePullDownRefresh": false
- }
-
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "自选家教",
- "navigationBarBackgroundColor": "#E2F0D9",
- "backgroundColor": "#E2F0D9"
- },
- "tabBar": {
- "selectedColor": "#C00000",
- "list": [
- {
- "pagePath": "pages/home/home",
- "text": "首页",
- "iconPath": "static/tab_icons/home.png",
- "selectedIconPath": "static/tab_icons/home_active.png"
- },
- {
- "pagePath": "pages/teacher/teacher",
- "text": "找老师",
- "iconPath": "static/tab_icons/teacher.png",
- "selectedIconPath": "static/tab_icons/teacher_active.png"
- },
- {
- "pagePath": "pages/message/message",
- "text": "消息",
- "iconPath": "static/tab_icons/message.png",
- "selectedIconPath": "static/tab_icons/message_active.png"
- },
- {
- "pagePath": "pages/student/student",
- "text": "找学员",
- "iconPath": "static/tab_icons/student.png",
- "selectedIconPath": "static/tab_icons/student_active.png"
- },
- {
- "pagePath": "pages/my/my",
- "text": "我的",
- "iconPath": "static/tab_icons/my.png",
- "selectedIconPath": "static/tab_icons/my_active.png"
- }
- ]
- }
- }
|