{ "easycom": { "autoscan": true, "custom": { "^u-(.*)": "uview-plus/components/u-$1/u-$1.vue" } }, "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "游戏服务交易平台", "navigationStyle": "custom" } }, { "path": "pages/auth/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/auth/role-switch", "style": { "navigationBarTitleText": "切换角色" } }, { "path": "pages/user/index", "style": { "navigationBarTitleText": "个人中心", "navigationStyle": "custom" } }, { "path": "pages/user/profile", "style": { "navigationBarTitleText": "个人信息" } }, { "path": "pages/user/privacy", "style": { "navigationBarTitleText": "隐私设置" } }, { "path": "pages/user/notification", "style": { "navigationBarTitleText": "通知设置" } }, { "path": "pages/user/setting", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/message/list", "style": { "navigationBarTitleText": "消息" } }, { "path": "pages/message/chat", "style": { "navigationBarTitleText": "聊天" } }, { "path": "pages/agreement/user", "style": { "navigationBarTitleText": "用户协议" } }, { "path": "pages/agreement/privacy", "style": { "navigationBarTitleText": "隐私政策" } } ], "subPackages": [ { "root": "pages-user", "name": "user", "pages": [ { "path": "home/index", "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom" } }, { "path": "category/list", "style": { "navigationBarTitleText": "分类" } }, { "path": "search/index", "style": { "navigationBarTitleText": "搜索" } }, { "path": "player/list", "style": { "navigationBarTitleText": "代练列表" } }, { "path": "player/detail", "style": { "navigationBarTitleText": "代练详情" } }, { "path": "service/list", "style": { "navigationBarTitleText": "服务列表" } }, { "path": "service/detail", "style": { "navigationBarTitleText": "服务详情" } }, { "path": "order/create", "style": { "navigationBarTitleText": "创建订单" } }, { "path": "order/list", "style": { "navigationBarTitleText": "我的订单" } }, { "path": "order/detail", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "order/evaluate", "style": { "navigationBarTitleText": "评价" } }, { "path": "payment/pay", "style": { "navigationBarTitleText": "支付" } }, { "path": "payment/result", "style": { "navigationBarTitleText": "支付结果", "navigationStyle": "custom" } } ] }, { "root": "pages-merchant", "name": "merchant", "pages": [ { "path": "home/index", "style": { "navigationBarTitleText": "商家工作台", "navigationStyle": "custom" } }, { "path": "dashboard/index", "style": { "navigationBarTitleText": "数据看板" } }, { "path": "order/list", "style": { "navigationBarTitleText": "订单管理" } }, { "path": "order/detail", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "order/dispatch", "style": { "navigationBarTitleText": "派单" } }, { "path": "player/list", "style": { "navigationBarTitleText": "代练管理" } }, { "path": "player/detail", "style": { "navigationBarTitleText": "代练详情" } }, { "path": "player/audit", "style": { "navigationBarTitleText": "代练审核" } }, { "path": "invite/index", "style": { "navigationBarTitleText": "邀请代练" } }, { "path": "invite/list", "style": { "navigationBarTitleText": "邀请记录" } }, { "path": "service/list", "style": { "navigationBarTitleText": "服务管理" } }, { "path": "service/edit", "style": { "navigationBarTitleText": "编辑服务" } }, { "path": "finance/income", "style": { "navigationBarTitleText": "收入统计" } }, { "path": "finance/withdraw", "style": { "navigationBarTitleText": "提现管理" } }, { "path": "finance/bill", "style": { "navigationBarTitleText": "账单明细" } } ] }, { "root": "pages-player", "name": "player", "pages": [ { "path": "home/index", "style": { "navigationBarTitleText": "代练工作台", "navigationStyle": "custom" } }, { "path": "register/index", "style": { "navigationBarTitleText": "代练注册" } }, { "path": "register/result", "style": { "navigationBarTitleText": "注册结果", "navigationStyle": "custom" } }, { "path": "order/list", "style": { "navigationBarTitleText": "我的订单" } }, { "path": "order/detail", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "order/execute", "style": { "navigationBarTitleText": "执行订单" } }, { "path": "income/index", "style": { "navigationBarTitleText": "收益中心" } }, { "path": "income/detail", "style": { "navigationBarTitleText": "收益明细" } }, { "path": "income/withdraw", "style": { "navigationBarTitleText": "提现申请" } }, { "path": "profile/index", "style": { "navigationBarTitleText": "代练资料" } }, { "path": "profile/skill", "style": { "navigationBarTitleText": "技能设置" } } ] } ], "tabBar": { "color": "#999999", "selectedColor": "#667eea", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "游戏服务交易平台", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F5F5F5" }, "uniIdRouter": {} }