完成登录功能

This commit is contained in:
future
2026-06-24 22:25:36 +08:00
parent 0bebce3dc1
commit 74876e0923
57 changed files with 1773 additions and 60 deletions
+18 -11
View File
@@ -1,14 +1,28 @@
{
"pages": [
{
"path": "pages/memberInfo/login",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/test/test",
"style": {
"navigationBarTitleText": "测试页面"
}
},
{
"path": "pages/index/index",
"style": {
"navigationStyle":"custom",
"navigationBarTitleText": "健身房",
"app-plus": {
"animationType": "fade-in",
"animationDuration": 200
}
"app-plus": {
"animationType": "fade-in",
"animationDuration": 200
}
}
},
{
@@ -34,13 +48,6 @@
}
}
},
{
"path": "pages/memberInfo/login",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/memberInfo/memberCard",
"style": {