登录注册/数据分析

This commit is contained in:
comlibmb
2026-01-22 21:15:02 +08:00
parent 75fad97d5d
commit fdbee0fa32
41 changed files with 5812 additions and 2102 deletions

View File

@@ -83,6 +83,12 @@
"navigationBarTitleText": "数据分析",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/analytics/test/test-connection",
"style": {
"navigationBarTitleText": "Supabase 连接测试"
}
}
],
"subPackages": [
@@ -207,6 +213,10 @@
{
"name": "登录页",
"path": "pages/user/login"
},
{
"name": "数据分析端首页",
"path": "pages/mall/analytics/index"
}
]
}