diff --git a/components/CustomTabBar/CustomTabBar.vue b/components/CustomTabBar/CustomTabBar.vue index 04a2ea8..5e21f93 100644 --- a/components/CustomTabBar/CustomTabBar.vue +++ b/components/CustomTabBar/CustomTabBar.vue @@ -63,7 +63,7 @@ const generateTabbarList = () => { { id: 2, text: '', - path: '/pages/chat/chat', + path: '/packageA/pages/chat/chat', iconPath: '/static/tabbar/robot2.png', selectedIconPath: '/static/tabbar/robot2.png', centerItem: true, diff --git a/components/tabbar/midell-box.vue b/components/tabbar/midell-box.vue index d3e6e3a..fd18b2e 100644 --- a/components/tabbar/midell-box.vue +++ b/components/tabbar/midell-box.vue @@ -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' ]; diff --git a/package.json b/package.json index bcc7116..5efe9a2 100644 --- a/package.json +++ b/package.json @@ -3,5 +3,8 @@ "@dcloudio/uni-ui": "^1.5.11", "dayjs": "^1.11.19", "sm-crypto": "^0.3.13" + }, + "devDependencies": { + "crypto-js": "^4.2.0" } } diff --git a/packageA/pages/UnitDetails/UnitDetails.vue b/packageA/pages/UnitDetails/UnitDetails.vue index 13e4745..e4db336 100644 --- a/packageA/pages/UnitDetails/UnitDetails.vue +++ b/packageA/pages/UnitDetails/UnitDetails.vue @@ -1,16 +1,11 @@