{ "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": "我的" }] } }