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

View File

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