分包问题处理

This commit is contained in:
FengHui
2026-02-11 15:25:28 +08:00
parent 634e097c3f
commit ebd0f439b8
12 changed files with 23 additions and 23 deletions

View File

@@ -76,7 +76,7 @@ const generateTabbarList = () => {
{
id: 2,
text: 'AI+',
path: '/pages/chat/chat',
path: '/packageA/pages/chat/chat',
iconPath: '../../static/tabbar/logo3.png',
selectedIconPath: '../../static/tabbar/logo3.png',
centerItem: true,
@@ -148,7 +148,7 @@ const changeItem = (item) => {
const tabBarPages = [
'/pages/index/index',
'/pages/careerfair/careerfair',
'/pages/chat/chat',
'/packageA/pages/chat/chat',
'/pages/msglog/msglog',
'/pages/mine/mine'
];