用户授权/验证文件上传
Uni-app H5 Deploy (Prod + Staging) / deploy (release) Successful in 45s

This commit is contained in:
kk
2026-07-02 18:25:23 +08:00
parent 127834e8dc
commit 525f94cb80
9 changed files with 356 additions and 264 deletions
+9 -3
View File
@@ -1,13 +1,19 @@
{
"pages": [
{
"path": "pages/register/register",
"path": "pages/index/scan",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/scan",
"path": "pages/auth/loading",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/register/register",
"style": {
"navigationStyle": "custom"
}
@@ -43,4 +49,4 @@
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
}