123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {}
- },
- {
- "path": "pages/index/add-student",
- "style": {
- "navigationBarTitleText": "激活"
- }
- },
- {
- "path": "pages/percourse/evaluate",
- "style": {
- "navigationBarTitleText": "私教评价"
- }
- },
-
- {
- "path": "pages/index/success",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/per-train",
- "style": {
- "navigationBarTitleText": "私教约课"
- }
- },
-
- {
- "path": "pages/index/activation",
- "style": {
- "navigationBarTitleText": "激活会员卡"
- }
- },
- {
- "path": "pages/index/class-detail",
- "style": {
- "navigationBarTitleText": "培训班约课"
- }
- },
- {
- "path": "pages/index/shop-detail",
- "style": {
- "navigationBarTitleText": "门店详情"
- }
- },
-
- {
- "path": "pages/course/course",
- "style": {
- "navigationBarTitleText": "课程"
- }
- },
- {
- "path": "pages/course/evaluate",
- "style": {
- "navigationBarTitleText": "课程评价"
- }
- },
- {
- "path": "pages/index/class",
- "style": {
- "navigationBarTitleText": "培训班约课"
- }
- },
- {
- "path": "pages/mine/mine",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/mine/stu-course",
- "style": {
- "navigationBarTitleText": "学员课程"
- }
- },{
- "path": "pages/mine/record",
- "style": {
- "navigationBarTitleText": "学员课程"
- }
- },{
- "path": "pages/mine/train",
- "style": {
- "navigationBarTitleText": "学员课程"
- }
- },
- {
- "path": "pages/mine/stu_info",
- "style": {
- "navigationBarTitleText": "学生信息"
- }
- },
- {
- "path": "pages/percourse/per-course",
- "style": {
- "navigationBarTitleText": "私教"
- }
- }
- ],
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#FF4600",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "white",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/home.png",
- "selectedIconPath": "static/home-fill.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/course/course",
- "iconPath": "static/class.png",
- "selectedIconPath": "static/class-fill.png",
- "text": "课程"
- },
- {
- "pagePath": "pages/percourse/per-course",
- "iconPath": "static/sijiao.png",
- "selectedIconPath": "static/sijiao-fill.png",
- "text": "私教"
- },
- {
- "pagePath": "pages/mine/mine",
- "iconPath": "static/mine.png",
- "selectedIconPath": "static/mine-fill.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "鹏程培训",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#F8F8F8"
- }
- }
|