{ "pages": [ { "path": "pages/user/login", "style": { "navigationBarTitleText": "用户登录", "navigationStyle": "custom" } }, { "path": "pages/user/boot", "style": { "navigationBarTitleText": "" } }, { "path": "pages/user/register", "style": { "navigationBarTitleText": "注册" } }, { "path": "pages/user/forgot-password", "style": { "navigationBarTitleText": "忘记密码" } }, { "path": "pages/user/terms", "style": { "navigationBarTitleText": "用户协议与隐私政策" } }, { "path": "pages/user/change-password", "style": { "navigationBarTitleText": "修改密码" } }, { "path": "pages/mall/merchant/index", "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom" } }, { "path": "pages/mall/merchant/messages", "style": { "navigationBarTitleText": "消息", "navigationStyle": "custom" } }, { "path": "pages/mall/merchant/orders", "style": { "navigationBarTitleText": "订单", "navigationStyle": "custom" } }, { "path": "pages/mall/merchant/growth", "style": { "navigationBarTitleText": "成长", "navigationStyle": "custom" } }, { "path": "pages/mall/merchant/profile", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } } ], "subPackages": [], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "mall", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F8F8F8" }, "condition": { "current": 0, "list": [ { "name": "merchant端", "path": "pages/mall/merchant/index", "query": "role=merchant" } ] } }