This commit is contained in:
zmr900709
2020-06-15 09:02:17 +08:00
parent f82d5653cc
commit 5a20ca8726
14 changed files with 688 additions and 18 deletions

View File

@@ -2,7 +2,19 @@
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
"pages": [
{
"path": "pages/release/tosign",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"backgroundColor": "#f00",
"animationType": "slide-in-bottom"
}
}
},
{
"path": "pages/index/index",
"style": {
@@ -26,6 +38,17 @@
}
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
},
{
"path": "pages/release/video",
"style": {
@@ -38,7 +61,6 @@
}
}
}
},
{
"path": "pages/release/index",
@@ -54,18 +76,7 @@
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
}
,
{
"path": "pages/user/index",
"style": {