This commit is contained in:
2020-06-02 16:08:35 +08:00
8 changed files with 427 additions and 34 deletions

View File

@@ -1,36 +1,39 @@
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pageA/welcome/welcome",
"style": {
"navigationBarTitleText": "uni-app"
}
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
}
],
"subPackages": [
{
"root": "pageE",
"root": "pageA",
"pages": [
{
"path": "mine/MineIndex",
"path": "welcome/welcome",
"style": {
"navigationBarTitleText": "我的",
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"titleSize": "36px",
"titleColor": "#333333",
"titleNView": {
"autoBackButton": false,
"backgroundColor": "#FFFFFF"
}
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
},
{
"path": "login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
}
]
},
{
"root": "pageE",
"pages":[
{
"path": "mine/MineHistory",
"style": {
@@ -100,11 +103,20 @@
"float":"right",
"fontSize":"26"
}
]
]
}
}
}
]
}
],
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
}
],
"globalStyle": {