Add admin-frontend and user-frontend standalone projects, certification/invoice/discovery features, fix auth header and theme consistency

This commit is contained in:
TradeMate Dev
2026-05-22 18:35:30 +08:00
parent 18c6cf5406
commit 52dba37f22
79 changed files with 10333 additions and 248 deletions
+19 -1
View File
@@ -46,7 +46,7 @@
{
"path": "pages/admin/admin",
"style": {
"navigationBarTitleText": "管理后台"
"navigationStyle": "custom"
}
},
{
@@ -102,6 +102,24 @@
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/discovery/discovery",
"style": {
"navigationBarTitleText": "挖掘新客"
}
},
{
"path": "pages/certification/certification",
"style": {
"navigationBarTitleText": "实名认证"
}
},
{
"path": "pages/invoice/invoice",
"style": {
"navigationBarTitleText": "发票管理"
}
}
],
"globalStyle": {