解决主包体积太大

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

@@ -44,7 +44,7 @@ export default {
{
key: 'furniture_customer',
text: '客户',
pagePath: 'pages/furniture_customer/furniture_customer',
pagePath: 'pages-subpackage/furniture_customer/furniture_customer',
iconPath: '/static/tabbar/customer.png',
selectedIconPath: '/static/tabbar/customer_active.png',
},
@@ -108,7 +108,7 @@ export default {
{
key: 'furniture_customer',
text: '客户',
pagePath: 'pages/furniture_customer/furniture_customer', // 移除开头的/
pagePath: 'pages-subpackage/furniture_customer/furniture_customer', // 移除开头的/
iconPath: '/static/tabbar/customer.png',
selectedIconPath: '/static/tabbar/customer_active.png',
},
@@ -327,7 +327,7 @@ export default {
// 检查页面路径是否在原生tabBar配置中
const tabBarList = [
'pages/furniture_reception/furniture_reception',
'pages/furniture_customer/furniture_customer',
'pages-subpackage/furniture_customer/furniture_customer',
'pages/ai_analysis/ai_analysis',
'pages/ucenter/ucenter'
];