Files
YGChatCS/pages.json
2025-09-18 20:44:29 +08:00

67 lines
1.4 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/login/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/chat/ChatMainList",
"style": {
"navigationStyle": "custom",
"app-plus": {
"softinputMode": "adjustPan",
"bounce": "none",
"titleNView": false
}
}
},
{
"path": "pages/chat/ChatQuickAccess",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/order/list",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/order/detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/goods/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/webview/index",
"style": {
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#F8F8F8",
"navigationBarTitleColor": "#000000"
}
}
],
"globalStyle": {
"navigationBarTextstyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundcolor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}