123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- {
- "pages": [{
- "path": "pages/user/user",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "个人中心"
- }
- },
- {
- "path": "pages/user/dkdetail",
- "style": {
- "navigationBarTitleText": "打卡记录"
- }
- },
- {
- "path": "pages/order/Inspection",
- "style": {
- "navigationBarTitleText": "待检验订单"
- }
- },
- {
- "path": "pages/user/myorder",
- "style": {
- "navigationBarTitleText": "我的订单"
- }
- },
- {
- "path": "pages/user/myorderDetail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/user/myorderRecord",
- "style": {
- "navigationBarTitleText": "记录"
- }
- },
- {
- "path": "pages/user/myorderDispose",
- "style": {
- "navigationBarTitleText": "订单退回"
- }
- },
- {
- "path": "pages/order/foreignOrder",
- "style": {
- "navigationBarTitleText": "外发检验订单"
- }
- },
- {
- "path": "pages/order/record",
- "style": {
- "navigationBarTitleText": "检验记录"
- }
- },
- {
- "path": "pages/order/Addgaps",
- "style": {
- "navigationBarTitleText": "添加缺漏记录"
- }
- },
- {
- "path": "pages/order/Addcheckout",
- "style": {
- "navigationBarTitleText": "添加检验记录"
- }
- },
- {
- "path": "pages/salary/mySalary",
- "style": {
- "navigationBarTitleText": "工资记录"
- }
- },
- {
- "path": "pages/salary/infoSalary",
- "style": {
- "navigationBarTitleText": "记录"
- }
- },
- {
- "path": "pages/leader/porder",
- "style": {
- "navigationBarTitleText": "领单"
- }
- },
- {
- "path": "pages/leader/receive",
- "style": {
- "navigationBarTitleText": "领单"
- }
- },
- {
- "path": "pages/leader/gxlist",
- "style": {
- "navigationBarTitleText": "工序列表"
- }
- },
- {
- "path": "pages/leader/image",
- "style": {
- "navigationBarTitleText": "相册"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f8f8f8"
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- }
- }
|