增加激活码列表页面,修复进件部分问题

This commit is contained in:
2026-01-16 13:42:58 +08:00
parent 6bbe3b2d09
commit 6535b6f580
29 changed files with 3583 additions and 128 deletions

View File

@@ -928,6 +928,41 @@
}
}
]
},
{
"root": "pagesShops",
"pages": [
{
"path": "index/index",
"style": {
"navigationBarTitleText": "店铺管理"
}
},
{
"path": "add/add",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pay-config/pay-config",
"style": {
"navigationBarTitleText": "支付配置"
}
}
]
},
{
"root": "activationCode",
"pages": [
{
"path": "index/index",
"style": {
"navigationBarTitleText": "激活码列表"
}
}
]
}
// ,