完成我的信息接口调试

This commit is contained in:
2025-09-12 09:44:44 +08:00
parent 2e58309db4
commit 77cf4aa7b7
11 changed files with 472 additions and 389 deletions

View File

@@ -8,7 +8,6 @@
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
@@ -32,7 +31,7 @@
{
"path": "pages/sys/user/changeInfo/changeInfo",
"style": {
"navigationStyle": "custom"
"navigationBarTitleText": "个人信息"
}
},
{
@@ -41,6 +40,12 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/sys/user/pwd",
"style": {
"navigationBarTitleText": "修改密码"
}
},
{
"path": "pages/sys/user/serviceCenter/serviceCenter",
"style": {