增加自动导入插件,增加积分商城分包

This commit is contained in:
2025-12-09 10:25:39 +08:00
parent d02948a936
commit b76f80ece3
8 changed files with 540 additions and 31 deletions

View File

@@ -46,7 +46,6 @@
"navigationBarTitleText": "红包中心"
}
},
{
"path": "pages/product/index",
"style": {
@@ -133,7 +132,8 @@
"style": {
"navigationBarTitleText": "会员支付码"
}
}, {
},
{
"path": "pages/user/member/setPassword",
"style": {
"navigationBarTitleText": "密码设置"
@@ -215,9 +215,11 @@
}
}
],
"subPackages": [{
"subPackages": [
{
"root": "user",
"pages": [{
"pages": [
{
"path": "vip/vip",
"style": {
"navigationBarTitleText": "",
@@ -244,12 +246,12 @@
"navigationStyle": "custom"
}
}
]
},
{
"root": "distribution",
"pages": [{
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "分销中心",
@@ -295,6 +297,17 @@
}
}
]
},
{
"root": "scoreShop",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "积分商城"
}
}
]
}
// ,
// {
@@ -326,12 +339,14 @@
"color": "#999",
"selectedColor": "#000",
"borderStyle": "white",
"list": [{
"list": [
{
"iconPath": "static/tabbar/1.png",
"selectedIconPath": "static/tabbar/1-1.png",
"pagePath": "pages/index/index",
"text": "首页"
}, {
},
{
"iconPath": "static/tabbar/2.png",
"selectedIconPath": "static/tabbar/2-1.png",
"pagePath": "pages/order/index",