v
This commit is contained in:
parent
abb23e3089
commit
14dec1fd04
50
pages.json
50
pages.json
@ -1,31 +1,37 @@
|
|||||||
{
|
{
|
||||||
"easycom": {
|
"easycom": {
|
||||||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||||||
},
|
},
|
||||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
"subPackages": [
|
||||||
{
|
{
|
||||||
"path": "pageA/welcome/welcome",
|
"root": "pageA",
|
||||||
"style": {
|
"pages": [
|
||||||
"navigationBarTitleText": "",
|
{
|
||||||
"navigationStyle": "custom",
|
"path": "welcome/welcome",
|
||||||
"app-plus": {
|
"style": {
|
||||||
"titleNView": false,
|
"navigationBarTitleText": "",
|
||||||
"animationType": "slide-in-bottom"
|
"navigationStyle": "custom",
|
||||||
}
|
"app-plus": {
|
||||||
|
"titleNView": false,
|
||||||
|
"animationType": "slide-in-bottom"
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pageA/login/login",
|
"path": "login/login",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "",
|
"navigationBarTitleText": "",
|
||||||
"navigationStyle": "custom",
|
"navigationStyle": "custom",
|
||||||
"app-plus": {
|
"app-plus": {
|
||||||
"titleNView": false,
|
"titleNView": false,
|
||||||
"animationType": "slide-in-bottom"
|
"animationType": "slide-in-bottom"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
]
|
||||||
|
}],
|
||||||
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||||
{
|
{
|
||||||
"path": "pages/index/index",
|
"path": "pages/index/index",
|
||||||
"style": {
|
"style": {
|
||||||
|
Loading…
Reference in New Issue
Block a user