Files
tk-mini-program/pages.json
pengxiaolong c45c7c4de1 tabber
2025-05-12 22:19:21 +08:00

35 lines
511 B
JSON

{
"pages": [
{
"path": "pages/Home/Home",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
}
],
"globalStyle": {
"navigationStyle": "custom",
"statusBarBackground": "#ffffff"
},
"uniIdRouter": {},
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/Home/Home",
"text": "组件"
},
{
"pagePath": "pages/index/index",
"text": "API"
}
]
}
}