{ "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "订单列表", "app-plus": { "titleNView": { "buttons": [{ "text": "☰", "fontSrc": "/static/iconfont.ttf", "fontSize": "22px", "color": "#333333" }] } } } }, { "path": "pages/create/create", "style": { "navigationBarTitleText": "创建订单", "app-plus": { "titleNView": { "buttons": [{ "text": "\u2000", "fontSrc": "/static/iconfont.ttf", "fontSize": "22px" }] } } } }, { "path": "pages/create/sortdrag", "style": { "navigationBarTitleText": "拖拽排序" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/system/activation", "style": { "navigationBarTitleText": "激活", "app-plus": { "titleNView": { "buttons": [{ "text": "☰", "fontSrc": "/static/iconfont.ttf", "fontSize": "22px", "color": "#333333" }] } } } }, { "path": "pages/test", "style": { "navigationBarTitleText": "激活" } }, { "path": "pages/order/detail", "style": { "navigationBarTitleText": "订单详情", "app-plus": { "titleNView": { "buttons": [{ "text": "☰", "fontSrc": "/static/iconfont.ttf", "fontSize": "22px", "color": "#333333" }] } } } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "condition" : { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [ { "name": "", //模式名称 "path": "", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到 } ] } }