Files
happy-life-star/UniApp/pages.json
T
2025-08-11 23:18:31 +08:00

42 lines
736 B
JSON

{
"pages": [
{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/splash/index",
"style": {
"navigationBarTitleText": "首页-聊天"
}
},
{
"path": "pages/device-connect/index",
"style": {
"navigationBarTitleText": "设备连接"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Emotion Museum",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}