49 lines
1018 B
JSON
49 lines
1018 B
JSON
{
|
||
"easycom": {
|
||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||
},
|
||
"subPackages": [
|
||
{
|
||
"root": "pageA",
|
||
"pages": [
|
||
{
|
||
"path": "welcome/welcome",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom",
|
||
"app-plus": {
|
||
"titleNView": false,
|
||
"animationType": "slide-in-bottom"
|
||
}
|
||
|
||
}
|
||
},
|
||
{
|
||
"path": "login/login",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom",
|
||
"app-plus": {
|
||
"titleNView": false,
|
||
"animationType": "slide-in-bottom"
|
||
}
|
||
}
|
||
}
|
||
]
|
||
}],
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "uni-app"
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
}
|
||
}
|