添加登录逻辑

This commit is contained in:
bobobobo
2025-12-24 02:01:34 +08:00
parent 8271e4e0bb
commit 6f418fae8a
35 changed files with 928 additions and 94 deletions

View File

@@ -1,5 +1,6 @@
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
@@ -11,6 +12,27 @@
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/login/phone-register/phone-register",
"style": {
"navigationBarTitleText": "手机注册",
"navigationStyle": "custom"
}
},
{
"path": "pages/login/email-register/email-register",
"style": {
"navigationBarTitleText": "邮箱注册",
"navigationStyle": "custom"
}
},
{
"path": "pages/login/forgot-password/forgot-password",
"style": {
"navigationBarTitleText": "忘记密码",
"navigationStyle": "custom"
}
}
],
"globalStyle": {
@@ -20,4 +42,4 @@
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
}