You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
170 lines
3.9 KiB
170 lines
3.9 KiB
{ |
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
|
{ |
|
"path": "pages/Loading/index", |
|
"style": { |
|
"navigationBarTitleText": "禅易服务" |
|
} |
|
}, |
|
// { |
|
// "path": "pages/authorization/index", |
|
// "style": { |
|
// "navigationBarTitleText": "微信授权" |
|
// } |
|
// }, |
|
// { |
|
// "path": "pages/user/Login/index", |
|
// "style": { |
|
// "navigationBarTitleText": "登录" |
|
// } |
|
// }, |
|
// { |
|
// "path": "pages/user/Register/index", |
|
// "style": { |
|
// "navigationBarTitleText": "注册" |
|
// } |
|
// }, |
|
// { |
|
// "path": "pages/webView/index", |
|
// "style": { |
|
// "navigationBarTitleText": "h5" |
|
// } |
|
// }, |
|
{ |
|
"path": "pages/home/index", |
|
"style": { |
|
"navigationBarTitleText": "禅易服务", |
|
"enablePullDownRefresh": true |
|
} |
|
}, |
|
|
|
// { |
|
// "path": "pages/NotDefined/index", |
|
// "style": { |
|
// "navigationBarTitleText": "404" |
|
// } |
|
// }, |
|
// { |
|
// "path": "pages/user/User/index", |
|
// "style": { |
|
// "navigationBarTitleText": "我的" |
|
// } |
|
// }, |
|
|
|
{ |
|
"path": "pages/user/feedBack/index", |
|
"style": { |
|
"navigationBarTitleText": "意见反馈" |
|
} |
|
}, |
|
// { |
|
// "path": "pages/user/PersonalData/index", |
|
// "style": { |
|
// "navigationBarTitleText": "个人资料" |
|
// } |
|
// }, |
|
|
|
// { |
|
// "path": "pages/serviceTeacher/index", |
|
// "style": { |
|
// "navigationBarTitleText": "禅易服务" |
|
// } |
|
// }, |
|
// { |
|
// "path": "pages/serviceTeacher/setSelfData", |
|
// "style": { |
|
// "navigationBarTitleText": "个人资料" |
|
// } |
|
// }, |
|
{ |
|
"path": "pages/serviceTeacher/memberManagement", |
|
"style": { |
|
"navigationBarTitleText": "会员管理", |
|
"enablePullDownRefresh": true |
|
} |
|
}, |
|
{ |
|
"path": "pages/serviceTeacher/memberDetail", |
|
"style": { |
|
"navigationBarTitleText": "会员详情" |
|
} |
|
}, |
|
{ |
|
"path": "pages/serviceTeacher/memberDabang", |
|
"style": { |
|
"navigationBarTitleText": "会员打榜日记", |
|
"enablePullDownRefresh": true |
|
} |
|
}, |
|
{ |
|
"path": "pages/serviceTeacher/courseManagement", |
|
"style": { |
|
"navigationBarTitleText": "课程管理", |
|
"enablePullDownRefresh": true |
|
} |
|
}, |
|
{ |
|
"path": "pages/serviceTeacher/courseDetail", |
|
"style": { |
|
"navigationBarTitleText": "课程详情", |
|
"enablePullDownRefresh": true |
|
} |
|
}, |
|
{ |
|
"path": "pages/serviceTeacher/addMember", |
|
"style": { |
|
"navigationBarTitleText": "添加学员", |
|
"enablePullDownRefresh": true |
|
} |
|
} |
|
], |
|
"easycom": { |
|
"autoscan": true, |
|
"custom": { |
|
"tui-(.*)": "@/components/tui-$1/tui-$1.vue" |
|
} |
|
}, |
|
"globalStyle": { |
|
"navigationBarTextStyle": "black", |
|
"navigationBarTitleText": "Yshop", |
|
"navigationBarBackgroundColor": "#fff", |
|
"backgroundColor": "#fff", |
|
"navigationStyle": "default" |
|
}, |
|
"tabBar": { |
|
"color": "#666666", |
|
"selectedColor": "#F99C10", |
|
"backgroundColor": "#ffffff", |
|
"borderStyle":"white", |
|
"height": "50px", |
|
"fontSize": "12px", |
|
"iconWidth": "24px", |
|
"spacing": "3px", |
|
"list": [ |
|
// { |
|
// "pagePath": "pages/home/index", |
|
// "iconPath": "static/tab1-d.png", |
|
// "selectedIconPath": "static/tab1.png", |
|
// "text": "首页" |
|
// }, |
|
{ |
|
"pagePath": "pages/home/index", |
|
"iconPath": "static/tab2-d.png", |
|
"selectedIconPath": "static/tab2.png", |
|
"text": "课程管理" |
|
}, |
|
{ |
|
"pagePath": "pages/serviceTeacher/memberManagement", |
|
"iconPath": "static/tab3-d.png", |
|
"selectedIconPath": "static/tab3.png", |
|
"text": "学员管理" |
|
} |
|
// ,{ |
|
// "pagePath": "pages/user/User/index", |
|
// "iconPath": "static/tab5-d.png", |
|
// "selectedIconPath": "static/tab5.png", |
|
// "text": "我的" |
|
// } |
|
] |
|
} |
|
}
|
|
|