个人中心

This commit is contained in:
2020-07-15 11:12:41 +08:00
16 changed files with 1266 additions and 5 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": {
@@ -25,8 +37,46 @@
}
}
}
}
,
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
},
{
"path": "pages/release/video",
"style": {
"navigationBarTitleText": "发布视频",
"app-plus": {
"titleSize": "36px",
"titleColor": "#333333",
"titleNView": {
"backgroundColor": "#FFFFFF"
}
}
}
},
{
"path": "pages/release/index",
"style": {
"navigationBarTitleText": "发布图文",
"app-plus": {
"titleSize": "36px",
"titleColor": "#333333",
"titleNView": {
"backgroundColor": "#FFFFFF"
}
}
}
},
{
"path": "pages/user/index",
"style": {