{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [{ "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/book/index", "style": { "navigationBarTitleText": "校友权益" } }, { "path": "pages/course/index", "style": { "navigationBarTitleText": "课程中心" } }, { "path": "pages/me/index", "style": { "navigationBarTitleText": "我的" // "navigationStyle": "custom" } }], "subPackages": [{ "root": "packages", "pages": [{ "path": "my/index", "style": { "navigationBarTitleText": "个人信息" // "navigationStyle": "custom" } },{ "path": "school/index", "style": { "navigationBarTitleText": "学院介绍" // "navigationStyle": "custom" } },{ "path": "course/detail", "style": { "navigationBarTitleText": "课程详情" // "navigationStyle": "custom" } },{ "path": "register/index", "style": { "navigationBarTitleText": "注册" // "navigationStyle": "custom" } },{ "path": "apply/index", "style": { "navigationBarTitleText": "在线报名" // "navigationStyle": "custom" } },{ "path": "booksubmit/index", "style": { "navigationBarTitleText": "我要预约" // "navigationStyle": "custom" } },{ "path": "schoolmate/index", "style": { "navigationBarTitleText": "校友库" // "navigationStyle": "custom" } },{ "path": "mycourse/index", "style": { "navigationBarTitleText": "我的课程" // "navigationStyle": "custom" } },{ "path": "mycourse/detail", "style": { "navigationBarTitleText": "课程详情" // "navigationStyle": "custom" } },{ "path": "mycourse/courseStatus", "style": { "navigationBarTitleText": "报名状态" // "navigationStyle": "custom" } },{ "path": "mycourse/coursePay", "style": { "navigationBarTitleText": "报名缴费" // "navigationStyle": "custom" } },{ "path": "mycourse/courseContents", "style": { "navigationBarTitleText": "课表" // "navigationStyle": "custom" } },{ "path": "mycourse/courseTxl", "style": { "navigationBarTitleText": "本班通讯录" // "navigationStyle": "custom" } },{ "path": "mybook/index", "style": { "navigationBarTitleText": "我的预约" // "navigationStyle": "custom" } },{ "path": "mybook/detail", "style": { "navigationBarTitleText": "预约详情" // "navigationStyle": "custom" } },{ "path": "webview/index", "style": { "navigationBarTitleText": "苏州科技商学院" // "navigationStyle": "custom" } }] }], "preloadRule": { }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "苏州科技商学院", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF" }, "tabBar": { "color": "#666666", "selectedColor": "#73685c", "backgroundColor": "#fff", "borderStyle": "black", "position": "bottom", "list": [{ "text": "首页", "pagePath": "pages/index/index" }, { "text": "课程中心", "pagePath": "pages/course/index" }, { "text": "校友权益", "pagePath": "pages/book/index" }, { "text": "我的", "pagePath": "pages/me/index" // "iconPath": "", // "selectedIconPath": "" } ] } }