解决主包体积太大

This commit is contained in:
zhonghua.li
2026-04-14 17:01:18 +08:00
parent 1dd87b4283
commit a15d539f59
10 changed files with 4095 additions and 23 deletions

View File

@@ -1,5 +1,11 @@
{
"pages": [
{
"path": "pages/workbench/workbench",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/furniture_reception/furniture_reception",
"style": {
@@ -24,12 +30,6 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/furniture_customer/furniture_customer",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/ai_analysis/ai_analysis",
"style": {
@@ -244,6 +244,12 @@
"navigationStyle": "custom"
}
},
{
"path": "furniture_customer/furniture_customer",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "bluetooth-recorder/bluetooth-recorder",
"style": {
@@ -440,12 +446,6 @@
"selectedIconPath": "static/tabbar/reception_active.png",
"text": "接待"
},
{
"pagePath": "pages/furniture_customer/furniture_customer",
"iconPath": "static/tabbar/customer.png",
"selectedIconPath": "static/tabbar/customer_active.png",
"text": "客户"
},
{
"pagePath": "pages/ai_analysis/ai_analysis",
"iconPath": "static/tabbar/ai_analysis.png",
@@ -453,10 +453,10 @@
"text": "AI分析"
},
{
"pagePath": "pages/xixi/xixi",
"iconPath": "static/tabbar/insight.png",
"selectedIconPath": "static/tabbar/insight_active.png",
"text": "喜喜"
"pagePath": "pages/workbench/workbench",
"iconPath": "static/tabbar/team.svg",
"selectedIconPath": "static/tabbar/team_active.svg",
"text": "工作台"
},
{
"pagePath": "pages/ucenter/ucenter",