Files
phone-app------test1-/pages.json
2026-06-02 10:42:33 +08:00

105 lines
3.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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函数里面得到
}
]
}
}