perf: scan页置顶消除登录页闪烁 — 已登录用户零跳转直接渲染

This commit is contained in:
2026-08-07 17:05:00 +08:00
parent 0fcc607f17
commit d4f6266fcc
2 changed files with 10 additions and 13 deletions

View File

@ -1,12 +1,5 @@
{
"pages": [
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/scan/index",
"style": {
@ -15,6 +8,13 @@
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/scan/records",
"style": {