12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "pages": [
- "pages/index/index",
- "pages/index/add-student",
- "pages/percourse/evaluate",
- "pages/index/success",
- "pages/index/per-train",
- "pages/index/activation",
- "pages/index/class-detail",
- "pages/index/shop-detail",
- "pages/course/course",
- "pages/course/evaluate",
- "pages/index/class",
- "pages/mine/mine",
- "pages/mine/stu-course",
- "pages/mine/record",
- "pages/mine/train",
- "pages/mine/stu_info",
- "pages/percourse/per-course"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "鹏程培训",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#F8F8F8"
- },
- "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": "我的"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "获取用户当前位置查询附近游泳馆"
- }
- },
- "usingComponents": {},
- "sitemapLocation": "sitemap.json"
- }
|