mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-uniapp
synced 2025-08-08 08:22:42 +08:00
41 lines
801 B
JSON
41 lines
801 B
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我才是标题"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/my/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "vue3-uniapp"
|
|
},
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^Fly(.*)": "@/components/fly-$1/fly-$1.vue",
|
|
"^fly-(.*)": "@/components/fly-$1/fly-$1.vue",
|
|
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
|
|
}
|
|
},
|
|
"tabBar": {
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/index"
|
|
}
|
|
]
|
|
},
|
|
"subPackages": []
|
|
}
|