123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom",
- "component": true,
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/index/openCheckStep",
- "style": {
- "navigationBarTitleText": "开放预约审核步骤"
- }
- },
- {
- "path": "pages/index/checkStep",
- "style": {
- "navigationBarTitleText": "审核步骤"
- }
- },
- {
- "path": "pages/index/openOrder",
- "style": {
- "navigationBarTitleText": "开放预约"
- // "navigationStyle": "custom",
- // "component": true,
- // "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/laboratory/table",
- "style": {
- "navigationBarTitleText": "实验室课表",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/record/tutorialRecord",
- "style": {
- "navigationBarTitleText": "调停补课记录",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/record/StoTtransfer",
- "style": {
- "navigationBarTitleText": "调停补课"
- }
- },
- {
- "path": "pages/record/userApproval",
- "style": {
- "navigationBarTitleText": "账号审批",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/record/tutorialDetail",
- "style": {
- "navigationBarTitleText": "调停补课详情"
- }
- },
- {
- "path": "pages/table/subApply",
- "style": {
- "navigationBarTitleText": "开放预约申请",
- // "navigationStyle": "custom",
- // "enablePullDownRefresh": true,
- "component": true
- }
- },
- {
- "path": "pages/mine/mine",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom",
- "component": true
- }
- },
- {
- "path": "pages/laboratory/manage",
- "style": {
- "navigationBarTitleText": "实验室管理",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/laboratory/whRecord",
- "style": {
- "navigationBarTitleText": "维护记录",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/record/myClssList",
- "style": {
- "navigationBarTitleText": "停调课管理",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/record/reserveDetail",
- "style": {
- "navigationBarTitleText": "开放预约详情"
- }
- },
- {
- "path": "pages/record/reserve",
- "style": {
- "navigationBarTitleText": "开放预约记录",
- "enablePullDownRefresh": true
- }
- },
-
- {
- "path": "pages/laboratory/history",
- "style": {
- "navigationBarTitleText": "历史记录"
- }
- },
- {
- "path": "pages/mine/noticeDetail",
- "style": {
- "navigationBarTitleText": "通知公告",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/mine/notice",
- "style": {
- "navigationBarTitleText": "通知公告",
- "enablePullDownRefresh": true
-
- }
- },
- {
- "path": "pages/record/openSteps",
- "style": {
- "navigationBarTitleText": "开放预约流程",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/record/handlesteps",
- "style": {
- "navigationBarTitleText": "停调补课流程",
- "enablePullDownRefresh": true
- }
- },{
- "path": "pages/table/index",
- "style": {
- "navigationBarTitleText": "实时课表",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- }, {
- "path": "pages/login/applyAccount",
- "style": {
- "navigationBarTitleText": "申请账号"
- }
- }, {
- "path": "pages/login/retrievePass",
- "style": {
- "navigationBarTitleText": "找回密码"
- }
- },
- {
- "path": "pages/mine/revisePass",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },
- {
- "path": "pages/mine/changePwd",
- "style": {
- "navigationBarTitleText": "修改密码"
- // "navigationStyle": "custom",
- // "enablePullDownRefresh": true
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uView",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#333333",
- "selectedColor": "#3665FF",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "black",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/image/home.png",
- "selectedIconPath": "static/image/home-fill.png",
- "text": "首页"
- }, {
- "pagePath": "pages/table/index",
- "iconPath": "static/image/table.png",
- "selectedIconPath": "static/image/table-fill.png",
- "text": "实时课表"
- }, {
- "pagePath": "pages/mine/mine",
- "iconPath": "static/image/mine.png",
- "selectedIconPath": "static/image/mine-fill.png",
- "text": "我的"
- }]
- }
- }
|