4 Star 0 Fork 0

zhang/operator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 25.89 KB
一键复制 编辑 原始数据 按行查看 历史
enjoybeautifullife 提交于 2022-02-16 17:57 . 优化、分销商管理
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
// 微信授权
{
"path": "pages/login/wx_power",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/home/index",
"style": {
"navigationStyle": "custom",
"onReachBottomDistance": 50
}
},
{
"path": "pages/home/webview",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/home/province",
"style": {
"navigationBarTitleText": "地区选择"
}
},
{
"path": "pages/product/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/me/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/me/distributeManage",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/me/distributeManage/add",
"style": {
"navigationBarTitleText": "新增分销商"
}
},
{
"path": "pages/me/distributeManage/edit",
"style": {
"navigationBarTitleText": "编辑分销商"
}
},
{
"path": "pages/me/distributeManage/address",
"style": {
"navigationBarTitleText": "选择地址"
}
},
// zzw
// 登录
{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
},
// 平台协议
{
"path": "pages/login/agreement",
"style": {
"navigationBarTitleText": "平台协议"
}
},
// 忘记密码
{
"path": "pages/login/forget",
"style": {
"navigationStyle": "custom"
}
},
// zzw
// 消息
{
"path": "pages/me/news",
"style": {
"navigationBarTitleText": "消息"
// "navigationStyle": "custom"
}
},
{
"path": "pages/me/newDetail",
"style": {
"navigationBarTitleText": "平台消息"
}
},
// 个人信息
{
"path": "pages/me/userInfo",
"style": {
"navigationBarTitleText": "个人信息"
}
},
// 店铺认证信息
{
"path": "pages/me/identification",
"style": {
"navigationBarTitleText": "认证信息"
}
},
// 设置
{
"path": "pages/me/setting",
"style": {
"navigationBarTitleText": "设置"
}
},
// 修改密码
{
"path": "pages/me/editPassword",
"style": {
"navigationBarTitleText": "修改密码"
}
},
// 修改手机号
{
"path": "pages/me/editPhone",
"style": {
"navigationBarTitleText": "修改手机号"
}
},
// 关于我们
{
"path": "pages/me/about",
"style": {
"navigationBarTitleText": "关于我们"
}
},
// 意见反馈
{
"path": "pages/me/opinion",
"style": {
"navigationBarTitleText": "意见反馈"
}
},
// 浏览足迹
{
"path": "pages/me/history",
"style": {
"navigationBarTitleText": "浏览足迹"
}
},
// 出行人管理
{
"path": "pages/me/traveler",
"style": {
"navigationBarTitleText": "出行人管理"
}
},
// 添加出行人
{
"path": "pages/me/addTraveler",
"style": {
"navigationBarTitleText": "添加出行人"
}
},
// 批量添加出行人
{
"path": "pages/me/addTravelers",
"style": {
"navigationBarTitleText": "批量添加"
}
},
// 订单列表
{
"path": "pages/me/order",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/me/orderDetail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/me/cancelOrder",
"style": {
"navigationBarTitleText": "取消订单"
}
},
// 订单-查看已选座位
{
"path": "pages/me/seatInfo",
"style": {
"navigationBarTitleText": "座位信息"
}
},
// 选座位
{
"path": "pages/me/chekSeat",
"style": {
"navigationBarTitleText": "选择座位"
}
},
// 评价
{
"path": "pages/me/evaluate",
"style": {
"navigationBarTitleText": "评价"
}
},
// 出团通知
{
"path": "pages/me/groupNews",
"style": {
"navigationBarTitleText": "出团通知"
}
},
// 出团通知详情
{
"path": "pages/me/groupNewDetail",
"style": {
"navigationStyle": "custom"
}
},
// 平台消息
{
"path": "pages/me/platformNews",
"style": {
"navigationBarTitleText": "平台消息"
}
},
// 排名统计
{
"path": "pages/me/ranking/index",
"style": {
"navigationStyle": "custom"
}
},
// 排名统计详情
{
"path": "pages/me/ranking/detail",
"style": {
"navigationStyle": "custom"
}
},
// 收客表统计
{
"path": "pages/me/ranking/count",
"style": {
"navigationBarTitleText": "收客表统计"
}
},
// 分销关系
{
"path": "pages/me/distribute/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
// 分享
{
"path": "pages/me/distribute/share",
"style": {
"navigationStyle": "custom"
}
},
// 分销商详情
{
"path": "pages/me/distribute/detail",
"style": {
"navigationStyle": "custom"
}
},
// 分销员列表
{
"path": "pages/me/distribute/userList",
"style": {
"navigationStyle": "custom"
}
},
// 分销订单列表
{
"path": "pages/me/distribute/orderList",
"style": {
"navigationStyle": "custom"
}
},
// 分销订单详情
{
"path": "pages/me/distribute/orderDetail",
"style": {
"navigationStyle": "custom"
}
},
// 客户评价
{
"path": "pages/me/evaluate/index",
"style": {
"navigationBarTitleText": "客户评价",
"enablePullDownRefresh": true,
"onReachBottomDistance": 20
}
},
// 打分详情
{
"path": "pages/me/evaluate/detail",
"style": {
"navigationBarTitleText": "打分详情",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 欠款
{
"path": "pages/me/arrears/index",
"style": {
"navigationBarTitleText": "分销商欠款",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 欠款列表
{
"path": "pages/me/arrears/arrearsList",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
// 欠款详情
{
"path": "pages/me/arrears/arrearsDetail",
"style": {
"navigationBarTitleText": "欠款详情",
"navigationBarBackgroundColor":"#FFFFFF",
"enablePullDownRefresh": true
}
},
// 结清欠款
{
"path": "pages/me/arrears/settleDebts",
"style": {
"navigationBarTitleText": "结清欠款"
}
},
// 支付方式
{
"path": "pages/me/pay/index",
"style": {
"navigationBarTitleText": "选择支付方式"
}
},
{
"path": "pages/me/pay/addOrEditPay",
"style": {
"navigationBarTitleText": "添加支付方式"
}
},
{
"path": "pages/me/pay/payDetail",
"style": {
"navigationBarTitleText": "支付方式详情"
}
},
// zzw
// hst
// 批发商信息wholesaler
{
"path": "pages/home/wholesaler",
"style": {
"navigationBarTitleText": "批发商信息"
}
},
// 其他服务 --> 热点地图
{
"path": "pages/me/customer/hotMap",
"style": {
"navigationBarTitleText": "热点地图"
}
},
{
"path": "pages/me/customer/meet",
"style": {
"navigationBarTitleText": "拜访地点"
}
},
// 其他服务 --> 拼团 --> 编辑通知书
{
"path": "pages/me/spellGroup/editNotice",
"style": {
"navigationBarTitleText": "编辑通知书"
}
},
// 其他服务 --> 拼团 --> 创建新团
{
"path": "pages/me/spellGroup/newGroup",
"style": {
"navigationBarTitleText": "创建新团"
}
},
// 其他服务 --> 拼团 --> 拼团记录newGroup
{
"path": "pages/me/spellGroup/groupRecord",
"style": {
"navigationBarTitleText": "拼团记录"
}
},
// 其他服务 --> 拼团 --> 团详情
{
"path": "pages/me/spellGroup/moveInGroup",
"style": {
"navigationBarTitleText": "移入团"
}
},
// 其他服务 --> 拼团 --> 团报账
{
"path": "pages/me/spellGroup/bill",
"style": {
"navigationBarTitleText": "团报账"
}
},
// 其他服务 --> 拼团 --> 团订单
{
"path": "pages/me/spellGroup/groupOrder",
"style": {
"navigationStyle": "custom"
}
},
// 其他服务 --> 拼团 --> 团详情
{
"path": "pages/me/spellGroup/groupDetail",
"style": {
"navigationStyle": "custom"
}
},
// 其他服务 --> 拼团 --> 立即拼团
{
"path": "pages/me/spellGroup/groupNow",
"style": {
"navigationStyle": "custom"
}
},
// 其他服务 --> 路线详情地图 --> 运动轨迹
{
"path": "pages/me/trajectory/moveTracking",
"style": {
"navigationBarTitleText": "运动轨迹"
}
},
// 其他服务 --> 路线详情地图 --> 路线详情
{
"path": "pages/me/myGroup/roadlineDetail",
"style": {
"navigationStyle": "custom"
}
},
// 其他服务 --> 路线详情地图 --> 意见列表
{
"path": "pages/me/myGroup/opinionList",
"style": {
"navigationBarTitleText": "意见列表"
}
},
// 其他服务 --> 路线详情地图 --> 意见列表
{
"path": "pages/me/myGroup/opinionDetail",
"style": {
"navigationBarTitleText": "意见表"
}
},
// 其他服务 --> 路线详情地图 --> 打卡日志
{
"path": "pages/me/myGroup/daka",
"style": {
"navigationBarTitleText": "打卡日志"
}
},
// 其他服务 --> 路线详情地图 --> 日志详情
{
"path": "pages/me/myGroup/dakaDetail",
"style": {
"navigationBarTitleText": "日志详情"
}
},
// 其他服务 --> 路线详情地图 --> 集合统计
{
"path": "pages/me/myGroup/clump",
"style": {
"navigationBarTitleText": "集合统计"
}
},
// 集合统计
{
"path": "pages/me/myGroup/notice",
"style": {
"navigationBarTitleText": "集合统计",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 其他服务 --> 路线详情地图 --> 通知客户
{
"path": "pages/me/myGroup/notice1",
"style": {
"navigationBarTitleText": "游客信息"
}
},
// 座次
{
"path": "pages/me/myGroup/userSeat",
"style": {
"navigationBarTitleText": "座次"
}
},
// 换座位
{
"path": "pages/me/myGroup/adjustmentSeat",
"style": {
"navigationBarTitleText": "换座"
}
},
// 其他服务 --> 路线详情地图 --> 出团须知
{
"path": "pages/me/myGroup/note",
"style": {
"navigationStyle": "custom"
}
},
// 其他服务 --> 路线详情地图
{
"path": "pages/me/myGroup/roadDetail",
"style": {
"navigationStyle": "custom"
}
},
// 其他服务 --> 我的团roadDetail
{
"path": "pages/me/myGroup/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 20
}
},
// 其他服务 --> 订单列表
{
"path": "pages/me/orderList/allOrder",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 20
}
},
// 其他服务 --> 订单详情
{
"path": "pages/me/orderList/orderDetail",
"style": {
"navigationStyle": "custom"
}
},
// 路线详情中的编辑内容(canvas中的内容)
{
"path": "pages/home/editContent",
"style": {
"navigationBarTitleText": "编辑内容"
}
},
// 旅游路线详情
{
"path": "pages/home/travelDetail",
"style": {
"navigationStyle": "custom"
}
},
// 国内游
{
"path": "pages/home/travel/domestic",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 20
}
},
// 出境游
{
"path": "pages/home/travel/overseas",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 20
}
},
// 境外国家选择
{
"path": "pages/home/travel/choseNation",
"style": {
"navigationStyle": "custom"
}
},
// 境外国家
{
"path": "pages/home/travel/nation",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 20
}
},
// 热门推荐
{
"path": "pages/home/travel/hotRecoment",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 20
}
},
// 门票类、
{
"path": "pages/home/travel/ticket",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 20
}
},
// 亲子类/生活类/特产类
{
"path": "pages/home/travel/life",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 20
}
},
// 搜索页面
{
"path": "pages/home/search/index",
"style": {
"navigationBarTitleText": "搜索"
}
},
// 旅游路线列表
{
"path": "pages/home/search/searchContent",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 20
}
},
{
"path": "pages/product/fit",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"onReachBottomDistance": 20
}
},
{
"path": "pages/product/previewProduct",
"style": {
"navigationBarTitleText": "预览产品"
}
},
// 店铺 - 编辑产品
{
"path": "pages/product/fitEdit",
"style": {
"navigationBarTitleText": "发布产品"
}
},
{
"path": "pages/product/fitEdit_place",
"style": {
"navigationBarTitleText": "发布产品"
}
},
{
"path": "pages/product/fitEdit_time",
"style": {
"navigationBarTitleText": "发布产品"
}
},
{
"path": "pages/product/flight",
"style": {
"navigationBarTitleText": "航班信息"
}
},
// 散客编辑 点击下一步
{
"path": "pages/product/fiteditNext",
"style": {
"navigationBarTitleText": "预览产品"
}
},
{
"path": "pages/product/groupViewProduct",
"style": {
"navigationBarTitleText": "发布产品"
}
},
{
"path": "pages/product/editRecord",
"style": {
"navigationBarTitleText": "修改记录",
"enablePullDownRefresh": true,
"onReachBottomDistance": 20
}
},
{
"path": "pages/product/record",
"style": {
"navigationBarTitleText": "编辑记录"
}
},
// 选择图片
{
"path": "pages/product/upload/mainPic",
"style": {
"navigationBarTitleText": "主图"
}
},
// 富文本
{
"path": "pages/product/upload/richText",
"style": {
"navigationBarTitleText": "富文本"
}
},
// 图库
{
"path": "pages/product/upload/searchPic",
"style": {
"navigationBarTitleText": "资源库",
"onReachBottomDistance": 20
}
},
// 图库
{
"path": "pages/product/upload/project",
"style": {
"navigationBarTitleText": "资源库",
"onReachBottomDistance": 20
}
},
// 附件
{
"path": "pages/product/upload/appendix",
"style": {
"navigationBarTitleText": "附件"
}
},
// 行程图
{
"path": "pages/product/strokePic",
"style": {
"navigationBarTitleText": "行程图"
}
},
// 选择保险
{
"path": "pages/product/insurance",
"style": {
"navigationStyle": "custom"
}
},
// 文字描述
{
"path": "pages/product/textDescription",
"style": {
"navigationBarTitleText": "行程安排"
}
},
// 文字描述
{
"path": "pages/product/textDescriptionNoPic",
"style": {
"navigationBarTitleText": "文字描述"
}
},
{
"path": "pages/product/meet",
"style": {
"navigationBarTitleText": "集合地点"
}
},
// 店铺详情
{
"path": "pages/product/store/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 20
}
},
// hst
// qyc
// heatMap 我的 -> 热图工厂模块
// 热图
{
"path": "pages/me/heatMap/heatMap",
"style": {
"navigationStyle": "custom"
}
},
// 创建热图
{
"path": "pages/me/heatMap/createHeatMap",
"style": {
"navigationBarTitleText": "热图工厂",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 生成热图
{
"path": "pages/me/heatMap/generateHeatMap",
"style": {
"navigationBarTitleText": "生成热图",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 筛选热图
{
"path": "pages/me/heatMap/screenHeatMap",
"style": {
"navigationBarTitleText": "筛选热图",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 热图推荐
{
"path": "pages/me/heatMap/recommendHeatMap",
"style": {
"navigationBarTitleText": "热图详情",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 已有热图
{
"path": "pages/me/heatMap/existingHeatMap",
"style": {
"navigationBarTitleText": "已有热图",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 已有链接
{
"path": "pages/me/heatMap/existingLink",
"style": {
"navigationBarTitleText": "已有链接",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 链接推荐
{
"path": "pages/me/heatMap/recommendLink",
"style": {
"navigationBarTitleText": "链接推荐",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 编辑内容
{
"path": "pages/me/heatMap/editContent",
"style": {
"navigationBarTitleText": "编辑内容",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 生成热图 保存图片
{
"path": "pages/me/heatMap/saveImage",
"style": {
"navigationBarTitleText": "生成热图",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// customer 我的 -> 客户管理模块
// 客户管理 首页
{
"path": "pages/me/customer/index",
"style": {
"navigationBarTitleText": "客户管理",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 分销商列表
{
"path": "pages/me/customer/distributors",
"style": {
"navigationStyle": "custom"
}
},
// 拜访记录
{
"path": "pages/me/customer/visit",
"style": {
"navigationBarTitleText": "拜访记录",
"navigationBarBackgroundColor": "#FFFFFF",
"app-plus": { //App端扩展配置
"titleNView": { //原生导航栏配置参数
"padding-right": "6px",
"buttons": [{
"text": "新建记录",
"fontSize": "16px",
"width": "auto"
}]
}
}
}
},
// 记录详情_新建
{
"path": "pages/me/customer/createRecord",
"style": {
"navigationBarTitleText": "记录详情",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 记录详情
{
"path": "pages/me/customer/recordDetail",
"style": {
"navigationBarTitleText": "记录详情",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 添加记录
{
"path": "pages/me/customer/addRecord",
"style": {
"navigationBarTitleText": "添加记录",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 分销商分享
{
"path": "pages/me/customer/share",
"style": {
"navigationBarTitleText": "分销商分享",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 分享列表
{
"path": "pages/me/customer/shareList",
"style": {
"navigationBarTitleText": "分享列表",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 热点地图(未完成)
// 订单支付
{
"path": "pages/ordercheck/ordercheck",
// "style": {
// "navigationStyle": "custom"
// }
"style": {
"navigationBarTitleText": "订单填写",
"navigationBarBackgroundColor": "#FBC338",
"navigationBarTextStyle":"white"
}
},
// 选择保险
{
"path": "pages/ordercheck/Insurance",
"style": {
"navigationBarTitleText": "选择保险"
}
},
// 保险详情
{
"path": "pages/ordercheck/insuranceDetail",
"style": {
"navigationBarTitleText": "保险说明"
}
},
// 注意事项
{
"path": "pages/ordercheck/precautions",
"style": {
"navigationBarTitleText": "注意事项"
}
},
// 我的 -> 我的报账模块
{
"path": "pages/me/myBill/index",
"style": {
"navigationBarTitleText": "我的报账",
"navigationBarBackgroundColor": "#FFFFFF",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": {
"buttons": [{
"text": "添加",
"color": "rgba(51,51,51,1)",
"fontSize": "13px",
"fontWeight": "600",
"width": "50px",
"height": "100%",
"textAlign": "right"
}]
}
}
}
},
{
"path": "pages/me/myBill/billDetail",
"style": {
"navigationBarTitleText": "详情",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/me/myBill/addBill",
"style": {
"navigationBarTitleText": "添加报账",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/me/myBill/billrecerpt",
"style": {
"navigationBarTitleText": "账单回执"
}
},
// 我的 -> 拼团模块
{
"path": "pages/me/spellGroup/index",
"style": {
"navigationStyle": "custom"
}
},
// 拼团-要闻详情
{
"path": "pages/me/spellGroup/newDetial",
"style": {
"navigationBarTitleText": "要闻详情",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 我的 -> 供应商
{
"path": "pages/me/supplier/index",
"style": {
"navigationBarTitleText": "供应商",
"enablePullDownRefresh": true,
"onReachBottomDistance": 20,
"app-plus": {
"titleNView": {
"buttons": [{
"text": "添加",
"color": "rgba(51,51,51,1)",
"fontSize": "13px",
"fontWeight": "600",
"width": "50px",
"height": "100%",
"textAlign": "right"
}]
}
}
}
},
// 我的 -> 供应商详情
{
"path": "pages/me/supplier/detail",
"style": {
"navigationBarTitleText": "详情",
"enablePullDownRefresh": true
// "onReachBottomDistance": 20
}
},
// 我的 -> 客户回访
{
"path": "pages/me/visit/index",
"style": {
"navigationBarTitleText": "客户回访",
"enablePullDownRefresh": true,
"onReachBottomDistance": 20
}
},
{
"path": "pages/me/visit/addvisit",
"style": {
"navigationBarTitleText": "添加回访",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/me/visit/visitDetail",
"style": {
"navigationBarTitleText": "回访详情",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 我的 -> 我的审批
{
"path": "pages/me/audit/index",
"style": {
"navigationBarTitleText": "我的审批",
"navigationBarBackgroundColor": "#FFFFFF",
"enablePullDownRefresh": true,
"onReachBottomDistance": 20
}
},
{
"path": "pages/me/audit/review",
"style": {
"navigationBarTitleText": "审核意见",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/me/audit/settleDebts",
"style": {
"navigationBarTitleText": "结清欠款审核",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/me/audit/billAudit",
"style": {
"navigationBarTitleText": "报账详情",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
// 我的 --> 订单审核模块
// 订单审核
{
"path": "pages/me/orderAudit/allOrder",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 20
}
},
// 订单详情
{
"path": "pages/me/orderAudit/orderDetail",
"style": {
"navigationStyle": "custom"
}
},
// 我的 -> 员工轨迹
{
"path": "pages/me/trajectory/index",
"style": {
"navigationBarTitleText": "员工轨迹",
"navigationBarBackgroundColor": "#FFFFFF",
"enablePullDownRefresh": true,
"onReachBottomDistance": 20
}
},
{
"path": "pages/home/travel/newSecondaryPage",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/home/travel/newMoreRecommended",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "uview-ui/components/u-avatar-cropper/u-avatar-cropper",
"style": {
"navigationBarTitleText": "头像裁剪",
"navigationBarBackgroundColor": "#000000"
}
}
// qyc
],
// tab页面
"tabBar": {
"color": "#333333",
"selectedColor": "#000000",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/home/index",
"iconPath": "static/tabbar-icon/home_n.png",
"selectedIconPath": "static/tabbar-icon/home_s.png",
"text": "首页"
},
{
"pagePath": "pages/product/index",
"iconPath": "static/tabbar-icon/store_n.png",
"selectedIconPath": "static/tabbar-icon/store_s.png",
"text": "产品"
},
{
"pagePath": "pages/me/index",
"iconPath": "static/tabbar-icon/my_n.png",
"selectedIconPath": "static/tabbar-icon/my_s.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor":"#FFFFFF",
"backgroundColor": "#F8F8F8"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zzwh5/operator.git
git@gitee.com:zzwh5/operator.git
zzwh5
operator
operator
master

搜索帮助