123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- {
- "path": "pages/login/login",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/login/apply-trial",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "申请试用"
- }
- },
- {
- "path": "pages/login/forget-pass",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "忘记密码"
- }
- },
- {
- "path": "pages/login/userAuthYs",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "用户协议及隐私保护政策"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "智能巡店"
- }
- },
- {
- "path" : "pages/shopTour/shopTour",
- "style" : {
- "navigationBarTitleText": "远程巡店",
- "app-plus": {
- "bounce": "none",
- "titleNView": {
- "buttons": [
- {
- "text": "+考评项" ,
- "fontSize": 16,
- "color": "#69C0FF",
- "width":"100px"
- }
- ]
- }
- }
- }
- }
- ,{
- "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": {
- "navigationStyle": "custom" ,
- "navigationBarTextStyle": "white",
- "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": "修改密码"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTitleText": "智能巡店",
- "navigationBarBackgroundColor":"#0b6ce0",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#0b6ce0",
- "borderStyle": "#eee",
- "backgroundColor": "#ffffff",
- "fontSize": "14px",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabbar/home.png",
- "selectedIconPath": "static/tabbar/home-active.png",
- "text": "首页"
- }, {
- "pagePath": "pages/work/work",
- "iconPath": "static/tabbar/work.png",
- "selectedIconPath": "static/tabbar/work-active.png",
- "text": "工作台"
- }, {
- "pagePath": "pages/userCenter/userCenter",
- "iconPath": "static/tabbar/user.png",
- "selectedIconPath": "static/tabbar/user-active.png",
- "text": "我的"
- }]
- }
- }
|