解决登录后的提示错误

This commit is contained in:
zhonghua1
2025-12-16 23:32:46 +08:00
parent 9b8f4e196d
commit 69400a9b01
3 changed files with 20 additions and 4 deletions

View File

@@ -299,7 +299,8 @@
}]
},
"uniIdRouter": {
"loginPage": "uni_modules/uni-id-pages/pages/login/login-withoutpwd",
// 默认登录页改为账号密码登录
"loginPage": "uni_modules/uni-id-pages/pages/login/login-withpwd",
"needLogin": [
"/uni_modules/uni-id-pages/pages/userinfo/userinfo"
],