# Conflicts:
#	app/src/pages.json
This commit is contained in:
Jason
2022-09-09 10:46:37 +08:00
29 changed files with 575 additions and 79 deletions

View File

@@ -48,6 +48,12 @@
"navigationBarTitleText": "详情"
}
},
{
"path": "pages/user_set/user_set",
"style": {
"navigationBarTitleText": "个人设置"
}
},
{
"path": "pages/collection/collection",
"style": {
@@ -55,6 +61,30 @@
},
"auth": true
},
{
"path": "pages/as_us/as_us",
"style": {
"navigationBarTitleText": "关于我们"
}
},
{
"path": "pages/agreement/agreement",
"style": {
"navigationBarTitleText": "协议"
}
},
{
"path": "pages/change_password/change_password",
"style": {
"navigationBarTitleText": "修改密码"
}
},
{
"path": "pages/user_data/user_data",
"style": {
"navigationBarTitleText": "个人资料"
}
},
{
"path": "pages/search/search",
"style": {