| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/common/launch"
- },
- {
- "path": "pages/auth/login",
- "style": {
- "navigationBarTitleText": "授权登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/auth/wxLogin",
- "style": {
- "navigationBarTitleText": "公众号授权",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "企业端",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/auth/changePassword",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },
- {
- "path": "pages/auth/forgetPassword",
- "style": {
- "navigationBarTitleText": "忘记密码"
- }
- },
- {
- "path": "pages/auth/setting",
- "style": {
- "navigationBarTitleText": "设置中心"
- }
- }
- ],
- "subPackages": [
- {
- "root": "pages_task",
- "pages": [
- {
- // 填写任务
- "path": "createTask",
- "style": {
- "navigationBarTitleText": "创建任务",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- // 选择客户
- "path": "selectCustomer",
- "style": {
- "navigationBarTitleText": "创建任务",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- // 积分设置
- "path": "pointsSettings",
- "style": {
- "navigationBarTitleText": "创建任务",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- // 提交成功
- "path": "success",
- "style": {
- "navigationBarTitleText": "创建任务",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "statistics",
- "style": {
- "navigationBarTitleText": "数据统计",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "completeTask",
- "style": {
- "navigationBarTitleText": "完成任务",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "taskCompleteSuccess",
- "style": {
- "navigationBarTitleText": "完成任务",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "onlineLecture",
- "style": {
- "navigationBarTitleText": "在线讲座",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "science",
- "style": {
- "navigationBarTitleText": "科普创作",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "xlTask",
- "style": {
- "navigationBarTitleText": "XL任务",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- // 任务详情
- "path": "taskDetail",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- //填写任务
- "path": "fillTask",
- "style": {
- "navigationBarTitleText": "编辑任务",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- //选择客户
- "path": "editSelectCustomer",
- "style": {
- "navigationBarTitleText": "编辑任务",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- //审批中心
- "path": "approvalCenter",
- "style": {
- "navigationBarTitleText": "审批中心",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- // 审批中心-任务详情
- "path": "approvalTaskDetail",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages_user",
- "pages": [
- {
- "path": "userInfo",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- }
- ]
- },
- {
- // 讲者邀请
- "root": "pages_speaker",
- "pages": [
- {
- "path": "speakerInvitation",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- }, {
- // lecturerDetail 讲师信息
- "path": "lecturerDetail",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "讲者管理"
- }
- },
- {
- "path": "gradeApplication",
- "style": {
- "navigationBarTitleText": "定级材料"
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "企业端",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- },
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#333333",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "height": "64px",
- "fontSize": "12px",
- "iconWidth": "18px",
- "spacing": "4px",
- "list": [
- {
- "pagePath": "pages/home/index",
- "iconPath": "/static/tabbar/icon_home.png",
- "selectedIconPath": "/static/tabbar/icon_sel_home.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "/static/tabbar/icon_me.png",
- "selectedIconPath": "/static/tabbar/icon_sel_me.png",
- "text": "我的"
- }
- ]
- }
- }
|