Files
----/前端源码/uni-app/pages.json

40 lines
788 B
JSON

{
"easycom": {
"autoscan": true,
"custom": {
"^(.*)Screen$": "@/components/screens/$1Screen.vue"
}
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
}
,
{
"path": "pages/test-name-live/test-name-live",
"style": {
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "起名小程序",
"navigationBarBackgroundColor": "#fdfbf7",
"backgroundColor": "#f2e6d8"
},
"permission": {
"scope.writePhotosAlbum": {
"desc": "保存海报图片到相册"
}
}
}