123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "pages": [
- "pages/index/index",
- "pages/login/index",
- "pages/scheduling/index",
- "pages/activity/index",
- "pages/activity/add",
- "pages/activity/history",
- "pages/activity/success",
- "pages/activity/details",
- "pages/activity/details_list",
- "pages/scheduling/add",
- "pages/index/realname",
- "pages/student/index_new",
- "pages/student/details",
- "pages/mine/index",
- "pages/mine/record",
- "pages/mine/notice",
- "pages/mine/change_pwd",
- "pages/mine/liuyan",
- "pages/mine/shuangchuang",
- "pages/mine/shuangchuang_detail",
- "pages/wenjuan/wenjuan"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "智慧导师预约系统",
- "navigationBarBackgroundColor": "#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": "我的"
- }
- ]
- },
- "usingComponents": {
- "dropdown": "/components/dt-dropdown/dt-dropdown"
- },
- "sitemapLocation": "sitemap.json"
- }
|