upload project source code
This commit is contained in:
40
前端源码/uni-app/pages.json
Normal file
40
前端源码/uni-app/pages.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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": "保存海报图片到相册"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user