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": { "easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
}, },
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages "subPackages": [
{ {
"path": "pageA/welcome/welcome", "root": "pageA",
"pages": [
{
"path": "welcome/welcome",
"style": { "style": {
"navigationBarTitleText": "", "navigationBarTitleText": "",
"navigationStyle": "custom", "navigationStyle": "custom",
@ -16,7 +19,7 @@
} }
}, },
{ {
"path": "pageA/login/login", "path": "login/login",
"style": { "style": {
"navigationBarTitleText": "", "navigationBarTitleText": "",
"navigationStyle": "custom", "navigationStyle": "custom",
@ -25,7 +28,10 @@
"animationType": "slide-in-bottom" "animationType": "slide-in-bottom"
} }
} }
}, }
]
}],
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{ {
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {