修改pages.json

This commit is contained in:
Jason 2022-09-09 16:22:08 +08:00
parent caea6872a6
commit a4ed4f187d
2 changed files with 8 additions and 3 deletions

View File

@ -52,7 +52,8 @@
"path": "pages/user_set/user_set",
"style": {
"navigationBarTitleText": "个人设置"
}
},
"auth": true
},
{
"path": "pages/collection/collection",
@ -77,13 +78,15 @@
"path": "pages/change_password/change_password",
"style": {
"navigationBarTitleText": "修改密码"
}
},
"auth": true
},
{
"path": "pages/user_data/user_data",
"style": {
"navigationBarTitleText": "个人资料"
}
},
"auth": true
},
{
"path": "pages/search/search",

View File

@ -48,9 +48,11 @@ getData()
<style lang="scss">
.article-title {
&::before {
content: '';
width: 8rpx;
height: 34rpx;
display: block;
margin-right: 10rpx;
background: $u-type-primary;
}
}