{ "globalStyle" : { "navigationBarTextStyle" : "black", "navigationBarTitleText" : "uni-app", "navigationBarBackgroundColor" : "#F8F8F8", "backgroundColor" : "#F8F8F8" }, "pages" : [ { "path" : "pages/Login/Login", "style" : { "navigationBarTitleText" : "登录页面", "navigationStyle" : "custom", "app-plus" : { "titleNView" : false, // 隐藏原生导航栏 "bounce" : "none", // 可选:禁用回弹效果 "softinputMode" : "adjustResize" } } }, { "path" : "pages/Chat/Chat", "style" : { "navigationBarTitleText" : "聊天页面(主页面)", "navigationStyle" : "custom", "app-plus" : { "titleNView" : false, "bounce" : "none", "softinputMode" : "adjustResize" } } }, { "path" : "pages/WorkSpace/WorkSpace", "style" : { "navigationBarTitleText" : "工作区文件管理", "navigationStyle" : "custom", "app-plus" : { "titleNView" : false, "bounce" : "none", "softinputMode" : "adjustResize" } } }, { "path" : "pages/UserProfileModal/UserProfileModal", "style" : { "navigationBarTitleText" : "", "navigationStyle" : "custom", "app-plus" : { "titleNView" : false, "bounce" : "none", "softinputMode" : "adjustResize" } } }, { "path" : "pages/ContactPages/ContactPages", "style" : { "navigationBarTitleText" : "", "navigationStyle" : "custom", "app-plus" : { "titleNView" : false, "bounce" : "none", "softinputMode" : "adjustResize" } } }, { "path" : "pages/WorkSpace/TemplateSpace/TemplateSpace", "style" : { "navigationBarTitleText" : "", "navigationStyle" : "custom", "app-plus" : { "titleNView" : false, "bounce" : "none", "softinputMode" : "adjustResize" } } }, { "path" : "pages/text/text", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/text/text2", "style" : {} } ], "uniIdRouter" : {}, "condition" : { //模式配置,仅开发期间生效 "current" : 0, //当前激活的模式(list 的索引项) "list" : [ { "name" : "", //模式名称 "path" : "", //启动页面,必选 "query" : "" //启动参数,在页面的onLoad函数里面得到 } ] } }