diff --git a/components/CustomTabBar/CustomTabBar.vue b/components/CustomTabBar/CustomTabBar.vue index 5e2b9fe..762dbab 100644 --- a/components/CustomTabBar/CustomTabBar.vue +++ b/components/CustomTabBar/CustomTabBar.vue @@ -112,6 +112,8 @@ const generateTabbarList = () => { }); } else { // 求职者用户(包括未登录状态):显示招聘会 + // H5端隐藏招聘会 + // #ifndef H5 baseItems.splice(1, 0, { id: 1, text: '招聘会', @@ -121,6 +123,7 @@ const generateTabbarList = () => { centerItem: false, badge: readMsg.badges[1]?.count || 0, }); + // #endif } return baseItems; diff --git a/config.js b/config.js index a819393..2fcc09b 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,7 @@ export default { // baseUrl: 'http://39.98.44.136:8080', // 测试 - baseUrl: 'http://222.80.110.161:11111/api/ks', // 测试 - // baseUrl: 'http://ks.zhaopinzao8dian.com/api/ks', // 测试 + // baseUrl: 'http://222.80.110.161:11111/api/ks', // 测试 + baseUrl: 'http://ks.zhaopinzao8dian.com/api/ks', // 测试 LCBaseUrl:'http://10.110.145.145:9100',//招聘、培训、帮扶 LCBaseUrlInner:'http://10.110.145.145:10100',//内网端口