Files
account/resources/mobile/pages.json
2026-01-18 17:42:46 +08:00

47 lines
835 B
JSON

{
"pages": [
{
"path": "pages/index/index"
},
{
"path": "pages/account/bill/index"
},
{
"path": "pages/account/statistics/index"
},
{
"path": "pages/ucenter/index/index"
},
{
"path": "pages/ucenter/login/index"
},
{
"path": "pages/ucenter/register/index"
},
{
"path": "pages/ucenter/agreement/user"
},
{
"path": "pages/ucenter/agreement/privacy"
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "家庭记账",
"navigationBarBackgroundColor": "#F8F8F8",
"navigationStyle": "custom",
"backgroundColor": "#F8F8F8",
"app-plus": {
"bounce": "none"
}
},
"easycom": {
"autoscan": true,
"custom": {
"^un-(.*)": "@/components/$1/$1.vue",
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},
"uniIdRouter": {}
}