feat: add account management page and update navigation paths

This commit is contained in:
Ray.Hao
2026-03-07 19:42:37 +08:00
parent 6ea8f2e7bc
commit fcff0cbd67
5 changed files with 4 additions and 147 deletions

View File

@@ -14,7 +14,7 @@
"type": "page",
"name": "login",
"style": {
"navigationStyle": "custom",
"navigationStyle": "custom"
}
},
{
@@ -40,7 +40,7 @@
"type": "page"
},
{
"path": "pages/mine/faq/index",
"path": "pages/mine/account/index",
"type": "page"
},
{
@@ -142,10 +142,6 @@
"navigationBarTitleText": "用户管理"
}
},
{
"path": "pages/mine/settings/account/index",
"type": "page"
},
{
"path": "pages/mine/settings/agreement/index",
"type": "page",