123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/login/login", // 登录
- "style": {
- "navigationStyle": "custom", // 是否显示导航栏 default显示,custom不显示
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/login/apply-trial", // 申请试用
- "style": {
- "navigationStyle": "default", // 是否显示导航栏 default显示,custom不显示
- "navigationBarTitleText": "申请试用"
- }
- },
- {
- "path": "pages/login/forget-pass", // 忘记密码
- "style": {
- "navigationStyle": "default", // 是否显示导航栏 default显示,custom不显示
- "navigationBarTitleText": "忘记密码"
- }
- },
- {
- "path": "pages/login/userAuthYs", // 用户隐私政策须知
- "style": {
- "navigationStyle": "default", // 是否显示导航栏 default显示,custom不显示
- "navigationBarTitleText": "用户协议及隐私保护政策"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "智能巡店"
- }
- },
- {
- "path": "pages/videoShopTour/videoShopTour",
- "style": {
- "navigationBarTitleText": "视频巡店"
- }
- },
- {
- "path": "pages/searchPage/searchPage",
- "style": {
- "navigationStyle": "custom", // 隐藏系统导航栏
- "navigationBarTextStyle": "black" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
- }
- },
- {
- "path": "pages/organization/organization",
- "style": {
- "navigationBarTitleText": "按组织机构查询"
- }
- },
- {
- "path": "pages/shopTour/shopTour",
- "style": {
- "navigationBarTitleText": "视频巡店",
- "app-plus": {
- "bounce": "none", //关闭窗口回弹效果
- "titleNView": {
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "\ue610 考评方案", //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
- "fontSize": 16,
- "color": "#eee",
- "width": "120px",
- "fontSrc": "/static/iconfont/iconfont.ttf"
- }
- ]
- }
- }
- }
- },
- {
- "path": "pages/evaluatePlan/evaluatePlan",
- "style": {
- "navigationBarTitleText": "选择考评方案"
- }
- },
- {
- "path": "pages/evaluatePlan/planDetail",
- "style": {
- "navigationBarTitleText": "考评方案详细"
- }
- },
- {
- "path": "pages/work/work",
- "style": {
- "navigationBarTitleText": "工作台"
- }
- },
- {
- "path": "pages/siteInspection/siteInspection",
- "style": {
- "navigationBarTitleText": "现场巡店"
- }
- },
- {
- "path": "pages/signIn/signIn",
- "style": {
- "navigationBarTitleText": "拍照签到"
- }
- },
- {
- "path": "pages/shopTourOver/shopTourOver", // 现场巡店结束签字
- "style": {
- "navigationBarTitleText": "签字"
- }
- },
- {
- "path": "pages/shopTourCompleted/shopTourCompleted", // 现场巡店-巡店完成
- "style": {
- "navigationBarTitleText": "巡店完成"
- }
- },
- {
- "path": "pages/myShopTour/myShopTour", // 我的巡店
- "style": {
- "navigationBarTitleText": "我的巡店",
- "app-plus": {
- "bounce": "none", //关闭窗口回弹效果
- "titleNView": {
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "\ue67c 筛选", //原生标题栏增加过滤按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
- "fontSize": 16,
- "color": "#eee",
- "width": "80px",
- "fontSrc": "/static/iconfont/iconfont.ttf"
- }
- ]
- }
- }
- }
- },
- {
- "path": "pages/shopTourRecord/shopTourRecord", // 巡店记录
- "style": {
- "navigationBarTitleText": "巡店记录"
- }
- },
- {
- "path": "pages/shopTourDetails/shopTourDetails", // 巡店详情
- "style": {
- "navigationBarTitleText": "巡店详情"
- }
- },
- {
- "path": "pages/spotCheckDetails/spotCheckDetails", // 点检详情
- "style": {
- "navigationBarTitleText": "点检详情"
- }
- },
- {
- "path": "pages/spotCheckCenter/spotChecking",
- "style": {
- "navigationBarTitleText": "点检中心"
- }
- }, {
- "path": "pages/spotCheckCenter/spotCheckResult",
- "style": {
- "navigationBarTitleText": "点检结果"
- }
- },
- {
- "path" : "pages/userCenter/viewStores",
- "style" : {
- "navigationBarTitleText": "可点检门店"
- }
- },
- {
- "path": "pages/spotCheckConfigure/spotCheckList",
- "style": {
- "navigationBarTitleText": "点检任务配置",
- "titleNView": {
- "buttons": [
- {
- "text": ""
- }
- ]
- }
- }
- },
- {
- "path": "pages/spotCheckConfigure/addSpotCheck",
- "style": {
- "navigationBarTitleText": "新增点检任务"
- }
- },
- {
- "path": "pages/spotCheckConfigure/spotCheckDetail/spotCheckDetail",
- "style": {
- "navigationBarTitleText": "点检任务详情"
- }
- },
- {
- "path": "pages/spotCheckConfigure/spotCheckDetail/evaluateItemDetail",
- "style": {
- "navigationBarTitleText": "考评指标详情"
- }
- },
- {
- "path": "pages/spotCheckConfigure/evaluateItem",
- "style": {
- "navigationBarTitleText": "考评指标"
- }
- },
- {
- "path": "pages/spotCheckConfigure/evaluateStore",
- "style": {
- "navigationBarTitleText": "考评门店"
- }
- },
- {
- "path": "pages/userCenter/userCenter",
- "style": {
- "navigationBarTitleText": "个人中心"
- }
- },
- {
- "path": "pages/userCenter/personInfo", // 我的>个人信息
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- },
- {
- "path": "pages/userCenter/aboutUs", // 我的>关于我们
- "style": {
- "navigationBarTitleText": "关于我们"
- }
- },
- {
- "path": "pages/userCenter/changePwd", // 我的>修改密码
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },
- {
- "path": "pages/toDoList/toDoList", // 待办单 > 待办单列表
- "style": {
- "navigationBarTitleText": "待办单",
- "app-plus": {
- "titleNView": {
- "buttons": [
- {
- "text": ""
- }
- ]
- }
- }
- }
- },
- {
- "path": "pages/toDoList/backlogDetail", // 待办单 > 问题详情
- "style": {
- "navigationBarTitleText": "待办单详情"
- }
- },
- {
- "path": "pages/toDoList/addBacklog", // 待办单 > 创建问题
- "style": {
- "navigationBarTitleText": "新增待办单"
- }
- },
- {
- "path": "pages/toDoList/chooseReceiveUser", // 待办单 > 选择抄送人
- "style": {
- "navigationBarTitleText": "选择抄送人"
- }
- }
- ,{
- "path" : "pages/spotCheck/spotCheck",
- "style" : {
- "navigationBarTitleText": "开始点检"
- }
- },
- {
- "path": "pages/toDoList/chooseEvaluateItem",
- "style": {
- "navigationBarTitleText": "考评指标"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTitleText": "智能巡店",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#0b6ce0",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- // 将回弹属性关掉
- "bounce": "none",
- "scrollIndicator": "none"
- }
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#0b6ce0",
- "borderStyle": "#eee",
- "backgroundColor": "#ffffff",
- "fontSize": "14px",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/zyuxd/tabbar/home.png",
- "selectedIconPath": "static/zyuxd/tabbar/home-active.png",
- "text": "首页"
- }, {
- "pagePath": "pages/work/work",
- "iconPath": "static/zyuxd/tabbar/work.png",
- "selectedIconPath": "static/zyuxd/tabbar/work-active.png",
- "text": "工作台"
- }, {
- "pagePath": "pages/userCenter/userCenter",
- "iconPath": "static/zyuxd/tabbar/user.png",
- "selectedIconPath": "static/zyuxd/tabbar/user-active.png",
- "text": "我的"
- }]
- }
- }
|