This commit is contained in:
zmr900709
2020-06-02 15:59:01 +08:00
parent abb23e3089
commit 14dec1fd04

View File

@@ -2,9 +2,12 @@
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
"subPackages": [
{
"path": "pageA/welcome/welcome",
"root": "pageA",
"pages": [
{
"path": "welcome/welcome",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
@@ -16,7 +19,7 @@
}
},
{
"path": "pageA/login/login",
"path": "login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
@@ -25,7 +28,10 @@
"animationType": "slide-in-bottom"
}
}
},
}
]
}],
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {